JSFiddle - React, Tailwind, and code Playground

by ohcibi

HTML

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

CSS

#test {
    bottom: 0;
}

JavaScript

alert(document.getElementById("test").style.bottom);