JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<div id="test"></div>
CSS
#test {
height: 200px;
width: 200px;
background: red;
}
JavaScript
test.height=300;
console.log(test.height)
by Qwerty_Wasd
<div id="test"></div>
#test {
height: 200px;
width: 200px;
background: red;
}
test.height=300;
console.log(test.height)