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)