import React,{Component} from 'react'; cl ReactDOM.render( <Myinfo name="jjfd"/>, document.getElementById('root') );
<html> <body> <p id='root'>白</p> </body> </html>
p{ color:red; }