What are props in React?
Props are the information that you pass to a JSX tag. For example, className, src, alt, width, and height are some of the props you can pass to an <img></img>:
They are objects that have properties inside them
How do you use props in a component?
How do you pass props to a component?
How do you write JavaScript expressions in JSX?
within curly braces