JSFiddle - React, Tailwind, and code Playground
HTML
<div class="abs">ddd</div>
CSS
.abs{
position: absolute;
left: 0;
top: ;
background: #9C0;
width: 100%;
}
<div class="abs">ddd</div>
.abs{
position: absolute;
left: 0;
top: ;
background: #9C0;
width: 100%;
}