Simplest example of using react https://reactjs.org/docs/hello-world.html Uses:
and ReactDOM.render(

Hello, world!

, document.querySelector('root') );