JSFiddle - React, Tailwind, and code Playground

by cchana

HTML

<svg width="64" height="64">
    <rect width="64" height="10" y="10" style="fill:rgb(0,0,255);">
        <animate attributeName="y" from="10" to="27" dur="0.1s" fill="freeze" />
    </rect>
    <rect width="64" height="10" y="44" style="fill:rgb(0,0,255);">
        <animate attributeName="y" from="44" to="27" dur="0.1s" fill="freeze" />
    </rect>
</svg>