JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

SCSS

@for $i from 1 through 16 {
  $delay: $i * 10 + 100;
  .mwl-pgb.pg#{$i} {animation-delay: unquote($delay+"ms")}
}