Override inline styles with Css
<div style="background: red;"> The inline styles for this div should make it red. </div>
div[style] { background: yellow !important; }