JSFiddle - React, Tailwind, and code Playground
by adardesign
HTML
<ul>
<li>Test</li>
<li>Test</li>
<li>Test</li>
<li>Test</li>
</ul>
CSS
ul{ width:auto; padding:10px; text-align:center; margin:0 auto; background:#ccc; }
li{ display:inline-block; margin-right:15px;}