JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<div class="test">Content in the .test div</div>

CSS

div {
    display: inline-block;
}

.test {
    border-bottom: 2px solid #f00;
}