JSFiddle - React, Tailwind, and code Playground

by Graham Walters

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;
}