JSFiddle - React, Tailwind, and code Playground
by interdream
HTML
<div id="example1" style="position:absolute; margin-top:100px; height:50px; width:50px; background-color:#ff0000"></div>
<div id="example2" style="position:absolute; height:50px; width:50px; background-color:#ff0000"></div>
JavaScript
document.elementFromPoint(10,110).style.backgroundColor = "#000";