JSFiddle - React, Tailwind, and code Playground

by mfranzke

HTML

<iframe name="iframe">

</iframe>
<a href="https://www.bahn.de/" target="iframe">iframe</a>

CSS

iframe {
  border: 1px solid green;
}
iframe::empty {
  border: 1px solid red;
}