JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <body>
        <svg xmlns="http://www.w3.org/2000/svg" width="200" height="150" viewBox="200 150" >
            <rect transform="translate(40,80)" x="-25" y="-25" width="50" height="50" stroke="RED" fill="RED" cursor="pointer">
                <set attributeName="opacity" begin="mouseover" end="mouseout" to="0.5"></set>
                <set attributeName="opacity" begin="mouseout" end="mouseover" to="1"></set>
            </rect>
        </svg>
    </body>
</html>