JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

SCSS

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

}