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" >
<g>
<rect transform="translate(40,80)" x="-25" y="-25" width="50" height="50" stroke="RED" fill="RED" cursor="pointer">
</rect>
<set attributeName="transform" type="scale" begin="mousedown" end="mouseout" to="1.15"></set>
<set attributeName="transform" type="scale" begin="mouseup" end="mouseover" to="1"></set>
</g>
</svg>
</body>
</html>