Great stuff! We're able to create complex user interfaces by nesting components inside each other.
To create a component, we use the JSX syntax and capitalize the fist letter of the component. Here we need <Greet />.
<Greet />