JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 100px;
height: 100px;
background: #000;
top: 100px;
position: static;
}
<div></div>
div {
width: 100px;
height: 100px;
background: #000;
top: 100px;
position: static;
}