'use strict'; ReactDOM.render( React.createElement('h1', {}, 'Hello World!'), document.getElementById('root') );