import React from 'react'; import { render } from 'react-dom'; render(

Hello world!

, document.getElementById('root') )