JSFiddle - React, Tailwind, and code Playground
by Vanss472
HTML
<!--border line inset-->
<ul>
<li>here</li>
<li>there</li>
<li>again</li>
</ul>
CSS
ul {background:#555; list-style: none;}
li {border-bottom:#333 solid 1px;border-top:#777 solid 1px;}