JSFiddle - React, Tailwind, and code Playground
HTML
<div id="box"></div>
CSS
#box{
width: 200px;
height: 200px;
background-color: green;
position: relative;
}
<div id="box"></div>
#box{
width: 200px;
height: 200px;
background-color: green;
position: relative;
}