JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test" style="background:red">red background removed with .css()</div>
JavaScript
$('#test').css('background', '');
<div id="test" style="background:red">red background removed with .css()</div>
$('#test').css('background', '');