JSFiddle - React, Tailwind, and code Playground
HTML
<div class="rel">
<div class="rel1"></div>
</div>
CSS
.rel{
border: 1px solid #ccc;
height: 200px;
width: 200px;
}
.rel1{
position: abs;
left: 100px;
top:100px;
background: blue;
height: 50px;
width: 50px;
}