JSFiddle - React, Tailwind, and code Playground
by David Thomas
HTML
<div class="test">Content in the .test div</div>
CSS
div {
width: 5em;
}
.test {
border-bottom: 2px solid #f00;
}
by David Thomas
<div class="test">Content in the .test div</div>
div {
width: 5em;
}
.test {
border-bottom: 2px solid #f00;
}