JSFiddle - React, Tailwind, and code Playground
HTML
<a style="color:red;font-size:30px">Test</a>
CSS
a{
color:blue !important
}
JavaScript
$('a').attr('style', 'background:orange');
<a style="color:red;font-size:30px">Test</a>
a{
color:blue !important
}
$('a').attr('style', 'background:orange');