JSFiddle - React, Tailwind, and code Playground
by ohcibi
HTML
<div id="test"></div>
CSS
#test {
bottom: 0;
}
JavaScript
alert(document.getElementById("test").style.bottom);
by ohcibi
<div id="test"></div>
#test {
bottom: 0;
}
alert(document.getElementById("test").style.bottom);