JSFiddle - React, Tailwind, and code Playground

HTML

<div align="center" class="container">
    <a href="http://www.rstrnava.cz/wp-content/kamery/sjezdovka_trnava.jpg" class="the-click"></a>
<iframe src="http://www.rstrnava.cz/wp-content/kamery/sjezdovka_trnava.php"></iframe>
</div>

CSS

.the-click { position: absolute; left: 0px; right: 0px; width: 100%; height: 100%; z-index: 999; background-color: red; opacity: 0.5; }

.container { position: relative; }