JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<p><a href="http://www.google.com" target="iframea">W3Schools.com</a></p>
<iframe width="100%" height="300px" src="http://www.google.com" name="iframea"></iframe>
<p>When the target of a link matches the name of an iframe, the link will open in the iframe.</p>
</body>