JSFiddle - React, Tailwind, and code Playground

HTML

<iframe src="http://make-cash.pl/iframe-w-obrazku-t27967"></iframe>
<a href="HTTP://WWW.google.com"><img src="https://www.google.pl/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"></a>

CSS

iframe{
  width: 600px; // wymiary iframe
  height: 400px; // wymiary iframe
  border : 2px solid  black; // grubo
  z-index: 2;
}

img{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 1; // PRZEŹROCZYSTOŚĆ
}