How to set up a React environment with an html file and mount an application to a target DOM element using ReactDOM.render.
Exploring JSX as an abstraction on top of the createElement function.
We can use basic functions as components. These functions will simply return out some sort of JSX, which will then be rendered out to the Browser.