JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

HTML

<svg>
<line x1="0" y1="0" x2="200" y2="200" stroke-width="1" stroke="rgb(0,0,0)"/>
</svg>

CSS

line{
  transition:all 2s;
}