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;
}
by David Thomas
<span class="test">Content in the .test div</span>
.test {
border-bottom: 2px solid #f00;
}