JSFiddle - React, Tailwind, and code Playground
HTML
<div>blue</div>
CSS
div{
background-color:red !important;
}
JavaScript
$('div').css('background-color','blue !important');
<div>blue</div>
div{
background-color:red !important;
}
$('div').css('background-color','blue !important');