JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

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

CSS

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