JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box">
</div>
CSS
.box{
position: static;
top: 20px;
width: 100px;
height: 100px;
background: olive;
}
<div class="box">
</div>
.box{
position: static;
top: 20px;
width: 100px;
height: 100px;
background: olive;
}