We use a method called ReactDom.Render() with the id of the root div we created in HTML. 

Inside that method, we create the component by capitalizing the name and putting it inside a tag.

<html>
 <body>
  <div>Hi there</div>
 </body>
</html>

]]>

Nice! The HTML on our component gets displayed on the page.

Make sure assemble <Greet />.