JSFiddle - React, Tailwind, and code Playground
SCSS
@for $i from 1 through 16 {
$delay: $i * 10 + 100;
.mwl-pgb.pg#{$i} {animation-delay: unquote($delay+"ms")}
}
@for $i from 1 through 16 {
$delay: $i * 10 + 100;
.mwl-pgb.pg#{$i} {animation-delay: unquote($delay+"ms")}
}