JSFiddle - React, Tailwind, and code Playground
HTML
<div style="backgrouund:red !important;" class="demo">
İnline Css
</div>
CSS
body .demo{background:yellow !important;}
.demo{background:green !important;}
<div style="backgrouund:red !important;" class="demo">
İnline Css
</div>
body .demo{background:yellow !important;}
.demo{background:green !important;}