Bereaksi warna latar belakang CSS
<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";