JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width:">
<div class="relative">
    <span class="absolute" style="top:50;left:200px;">ххх</span>

CSS

.wrapper{    
    width:400px;
    height:100px;
}
.relative {
    Хposition:relative;
    width:2000px;
    height:1000px;
}
.absolute {
    position:absolute;
    display:inine:block;
}