JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li>this is a bit of text</li>
<li>this is a bit of text</li>
</ul>
CSS
ul {
border-bottom: #000 solid 1px;
}
<ul>
<li>this is a bit of text</li>
<li>this is a bit of text</li>
</ul>
ul {
border-bottom: #000 solid 1px;
}