let el = <h1 title="foo">Hello</h1>
let root = document.getElementById("root")
ReactDOM.render(el, root)