<div style="background: red;">
The inline styles for this div should make it red.
</div>
div[style] {
background: yellow !important;
}
<p style="color: purple">This Is Paragraph</p>
// Change the background color to red
document.body.style.backgroundColor = "red";