JSFiddle - React, Tailwind, and code Playground
HTML
<div class="a">
<div class="b">
<iframe src="https://www.tutorialrepublic.com/html-tutorial/html-iframes.php" frameborder="0" width="500px" height="500px"></iframe>
</div>
<br>
<br>
<a href="https://www.tutorialrepublic.com/html-tutorial/html-iframes.php" target="_self">Some text her</a>
<button>Button</button>
</div>
CSS
a {
background:red;
}