JSFiddle - React, Tailwind, and code Playground

by Ronny

HTML

<ul>
    <li>a</li>
        <li>b</li>
        <li>c</li>
        <li>d</li>
        <li>e</li>
        <li>f</li>
</ul>

CSS

ul {width: 500px; border: 2px solid orange; white-space: nowrap; overflow: hidden;}
li {display: inline-block; width: 100px; height: 75px; border: 1px solid grey;}