How to write inline CSS in React?sandeep negi·Jul 23, 2021·1 min readfunction App(){ return <h1 style={{ color: 'red' }}>Hello World</h1> } ReactCSS Share this