JSFiddle - React, Tailwind, and code Playground

HTML

<div id="myDiv">Some text</div>

JavaScript

document.getElementById('myDiv').setAttribute('style', 'background: #f00; color: #fff;');