JSFiddle - React, Tailwind, and code Playground

by Mansfield

HTML

<ul class="test">
    <li>List Item</li>
    <li>List Item 2</li>
</ul>

CSS

.test
{
    
}

.test li
{
    float: left;
    padding-right: 20px;
}