JSFiddle - React, Tailwind, and code Playground
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;
}
<svg>
<line x1="0" y1="0" x2="200" y2="200" stroke-width="1" stroke="rgb(0,0,0)"/>
</svg>
line{
transition:all 2s;
}