JSFiddle - React, Tailwind, and code Playground
by Mahbub Alam
HTML
<div id="foo">hello world!</div>
JavaScript
document.getElementById('foo').style.cssText = "background-color: red; color: white; font-size: 44px";
by Mahbub Alam
<div id="foo">hello world!</div>
document.getElementById('foo').style.cssText = "background-color: red; color: white; font-size: 44px";