JSFiddle - React, Tailwind, and code Playground
HTML
<div id="siteSub">
</div>
CSS
#siteSub {background:red;width:100px;height:100px;}@media screen #siteSub{background:blue !important} #siteSub{background:green}
<div id="siteSub">
</div>
#siteSub {background:red;width:100px;height:100px;}@media screen #siteSub{background:blue !important} #siteSub{background:green}