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');