JSFiddle - React, Tailwind, and code Playground
by Daniel Hall
HTML
<div id="Body">
</div>
JavaScript
document.getElementById("body")
.style.position = 'aboslute';
document.getElementById("body")
.style.width = '50%';
document.getElementById("body")
.style.height = '50%';
document.getElementById("body")
.style.color = '#4';