JSFiddle - React, Tailwind, and code Playground

by John Doe

HTML

<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>

CSS

div{
  width: 3px;
  height: 3px;
  background-color: red;
  overflow: hidden;
  border-radius: 100%;
  margin-left: 10px;
}