JSFiddle - React, Tailwind, and code Playground
by LyndseyB
HTML
<p class="text-wrap">
This is some text
</p>
CSS
.text-wrap {
padding: 10px 0;
border-bottom: 1px solid grey;
/*border-width: thin;*/
}
by LyndseyB
<p class="text-wrap">
This is some text
</p>
.text-wrap {
padding: 10px 0;
border-bottom: 1px solid grey;
/*border-width: thin;*/
}