JSFiddle - React, Tailwind, and code Playground

by Shirly Manor

HTML

<div id="test" bgcolor="red">
<img src="http://schneider-res.cloudinary.com/image/upload/fl_clip,pg_name:Online_8900825,w_1200,f_auto,q_auto/9147906_9343107_8900825_7836953_I1_S.jpg" width=200/>
</div>

JavaScript

var theBox = document.getElementById("test");

theBox.style.backgroundColor = "red";