React Couleur d'arrière-plan CSS en ligne
<div style={{backgroundColor: "#FF0000"}}>red</div>
Cruel Cowfish
<div style={{backgroundColor: "#FF0000"}}>red</div>
// Change the background color to red
document.body.style.backgroundColor = "red";