JSFiddle - React, Tailwind, and code Playground

HTML

<div class="relative">relative</div>
<div>text</div>

CSS

.relative{position:relative;top:15px;left:15px;}