JSFiddle - React, Tailwind, and code Playground

by nunzabar

HTML

<ul>
    <li class = "vendors">VENDORS</li>
</ul>

CSS

li {color: #8C4600;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #D1D1D1;}