JSFiddle - React, Tailwind, and code Playground

by mmansion

HTML

<ul>
    <li></li>
    <li></li>
    <li></li>
    <li></li><br>
    <li></li>
    <li></li>
    <li></li>
</ul>

CSS

li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: black;   
}