JSFiddle - React, Tailwind, and code Playground
HTML
<div class="first">
text text text
</div>
<div class="second">
more more more
</div>
<div class="third">
The height of this div is dynamic
</div>
<div class="fourth">
kzjlckjkxz
</div>
CSS
.first {
position:absolute;
top:0;
left:180px
}
.second {
position:absolute;
top:20px;
left:180px;
}
.third {
position: absolute;
top:40px;
left:180px;
}
.fourth {
position:absolute;
top:60px;
left:180px;
}