JSFiddle - React, Tailwind, and code Playground

HTML

<div class="tpc_content">
    text
</div>

CSS

.tpc_content{ 
    background: url('/aliwayWaterMaker.php') repeat !important;
    color: #f00; }

JavaScript

console.log($('.tpc_content').css('background'));
$('.tpc_content').css('cssText', 'background: rgba(20, 30, 40, 0.5) !important');
console.log($('.tpc_content').css('background'));