JSFiddle - React, Tailwind, and code Playground

HTML

<svg xmlns="http://www.w3.org/2000/svg">
    <g id="a" fill="green">
        <rect fill="inherit" width="100" height="100">
            <animate attributeName="fill" to="blue" dur="10s" begin="a.click" fill="freeze"/>
        </rect>
        <g fill="inherit">
              <rect fill="inherit" x="100" width="100" height="100">
                    <animate attributeName="fill" to="blue" dur="2s" begin="a.click" fill="freeze"/>
            </rect>
        </g>
</svg>