SOURCE

console 命令行工具 X clear

                    
>
console
class  App extends React.Component{

    render(){
         return 1
    }  

}

ReactDOM.render(
  <App />,
  document.getElementById('root')
);
<body>
    <div id="root"></div>
</body>
:root {
    --bg-color: red;
}



#root {
    background-color: red;
}

本项目引用的自定义外部资源