JSFiddle - React, Tailwind, and code Playground

HTML

<div class='top'>
    <div class='topabs'>
        I'm the top div
    </div>
</div>
<div>No styles, just frowns :(</div>

CSS

.top {
    position: relative;
}
.topabs {
    position: absolute;
}