JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<div class="box">Lorem ipsum dolor sit amet.</div>
CSS
.box {
width: 5rem;
height: 5rem;
background: lightblue;
padding: 2rem;
border-bottom: 1px solid red;
}
by khamer
<div class="box">Lorem ipsum dolor sit amet.</div>
.box {
width: 5rem;
height: 5rem;
background: lightblue;
padding: 2rem;
border-bottom: 1px solid red;
}