JSFiddle - React, Tailwind, and code Playground
SCSS
@for $i from 1 through 26 {
$delay: 50 * $i;
#untd .top-lines path:nth-child(#{$i}){animation-delay: #{$delay}ms}
}
@for $i from 1 through 26 {
$delay: 50 * $i;
#untd .top-lines path:nth-child(#{$i}){animation-delay: #{$delay}ms}
}