//import React from 'react'; ReactDOM.render( <p>hhhh</p>,document.getElementById('root') );
<p id='root'>this is my code</p>
p{color:red;}