JSFiddle - React, Tailwind, and code Playground

by bobbyrne01

HTML

<div id="test">Hello</div>

JavaScript

alert(document.getElementById('test').style.background);
document.getElementById('test').style.background = '#999000';
alert(document.getElementById('test').style.background);