ReactDOM.render(
<h1 className="title">
<span>Hello</span>, world!
</h1>,
document.getElementById("root")
);
var x = (
<p>
foo
</p>);