difftastic/sample_files/new.jsx

7 lines
121 B
JavaScript

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