JSFiddle - React, Tailwind, and code Playground
HTML
<div class="label"
style="top: 20px; left: 20px; width: 200px; height: 40px;">
<center>Label Text</center>
</div>
<div class="label"
style="top: 70px; left: 20px; width: 200px; height: 120px;">
Also several lines of
Label Text
may be included
</div>
CSS
.label { background-color: yellow; }
.label { position: absolute; }