JSFiddle - React, Tailwind, and code Playground

by shahverdy

HTML

<ul>
    <li>
        <a href="#">some item</a>
    </li>
    <li>
        <a href="#">another item</a>
    </li>
</ul>

CSS

ul > li{
    display:inline-block;
}