JSFiddle - React, Tailwind, and code Playground

by austinfrance

HTML

<div class="label" 
    style="top: 20px; left: 20px; width: 200px; height: 40px;">
    Label Text
 </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; }