JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<div data-start="3"></div>
<div data-start="10"></div>
<div data-start="19"></div>

CSS

div{
    width: 100px;
    height: 100px;
    border: 1px solid red;
}