JSFiddle - React, Tailwind, and code Playground

by ewoiloirowrowrnwono

HTML

<div class="abs">ddd</div>

CSS

.abs{
    position: absolute;
    left: 0;
    top: ;
    background: #9C0;
    width: 100%;
}