JSFiddle - React, Tailwind, and code Playground

by dshilkret

HTML

<iframe srcdoc="
  <html>
    <head>
        <meta http-equiv='Content-Security-Policy' content='script-src ajax.googleapis.com;'></meta>
        <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
    </head>
    <body><p>Hello</p></body>
  </html>
" sandbox="allow-scripts">
</iframe>