//simple react component that renders "Hello World" as an H1 tag into the body React.render(

Hello World

, document.body);