JSFiddle - React, Tailwind, and code Playground

by Alexandru Gatea

SCSS

@for $i from 1 through 26 {
  
  $delay: 50 * $i;
  
    #untd .top-lines path:nth-child(#{$i}){animation-delay: #{$delay}ms}
  
}