Inside the render method, we can add the HTML we want to display on the page. We use the return() function for that. 

Sweet! The HTML that's return here is what the component will display.

Make sure to add the return keyword, then add the HTML.