JSFiddle - React, Tailwind, and code Playground
by LyndseyB
HTML
<p class="text">kljasdlkasdklj
</p>
CSS
.text {
padding: 10px 0;
border-bottom: 10px solid orange;
border-width: thin;
}
by LyndseyB
<p class="text">kljasdlkasdklj
</p>
.text {
padding: 10px 0;
border-bottom: 10px solid orange;
border-width: thin;
}