JSFiddle - React, Tailwind, and code Playground
HTML
<div id="bottom"></div>
<svg id="top"> </svg>
CSS
div#bottom{width:100px; height:200px; background:red; position:absolute; cursor:pointer;}
#bottom:hover{background:green;}
svg#top{width:200px; height:100px; background:rgba(0,0,255,0.4); position:absolute; pointer-events:none;}