JSFiddle - React, Tailwind, and code Playground

by Jesse M

HTML

<ul class="items">
  <li class="item home">
    <a href="https://store.coffeebean.com/" title="Go to Home Page">Home</a>
  </li>
  /
  <li class="item category6">
    <a href="https://store.coffeebean.com/powders" title="">Powders</a>
  </li>
  /
  <li class="item product">
    <strong>Hazelnut Powder</strong>
  </li>
</ul>

CSS

li {display:inline}