That the easiest case actually, very natural in the React world and the chances are - you are already using it.
You can pass props down to child components. In this example message is the prop that we pass down to the child component, the name message is chosen arbitrarily, you can name it anything...