JSFiddle - React, Tailwind, and code Playground
SCSS
@for $i from 1 through 10 {
#products .roads-network [class^="cls"]:nth-child(#{$i}) {
$delay: $i * 70;
animation-delay: unquote(#{$delay}ms);
}
}
@for $i from 1 through 10 {
#products .roads-network [class^="cls"]:nth-child(#{$i}) {
$delay: $i * 70;
animation-delay: unquote(#{$delay}ms);
}
}