What is React?
It is a JavaScript library used to build UI components.
What is a React element?
A React element is a plain object that describes a DOM node and its properties.
How do you mount a React element to the DOM?
Using the ReactDom.render( ) method.