JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>
    <title>Demo</title>
    <style>body, html { height:100%; }</style>
</head>
<body style="margin:0;padding:0;">
    <img src="http://designworks.com.pk/example/background/images/1.jpg" alt="7player" width="60" height="60" style="position:relative; top: 100px; left: 100px; z-index:-10" />
    <div style="width:100%;height:100%;position:absolute; z-index:900; border:1px solid red;background:white;filter:alpha(opacity=1)" onclick="alert('hello');"></div>
</body>
</html>