JSFiddle - React, Tailwind, and code Playground

by rich_harris

HTML

<p>
Clicking this link works: <a target='_blank' href='https://www.youtube.com/watch?v=OUtn3pvWmpg'>Henri The Existential Cat</a>
</p>

<p>
Clicking the link inside the iframe takes you to the same place, but YouTube is completely broken. Why?
</p>

<iframe sandbox="allow-scripts allow-popups allow-forms allow-pointer-lock allow-top-navigation allow-modals" srcdoc="<body><a target='_blank' href='https://www.youtube.com/watch?v=OUtn3pvWmpg'>Henri The Existential Cat</a></body>"></iframe>