JSFiddle - React, Tailwind, and code Playground

by Matt

HTML

<html style="color-scheme: dark">
  <body>
    <div style="border: 1px solid red">
      <div style="width: 300px; height: 200px">Outer page</div>
      <iframe width="300" height="200" srcdoc="<p>Inner page</p>"></iframe>
    </div>
  </body>
</html>