JSFiddle - React, Tailwind, and code Playground

by brendanbond

HTML

<!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <title>Form.io Embed Playground</title>
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css"
    />
    <link
      rel="stylesheet"
      href="https://cdn.form.io/formiojs/formio.full.min.css"
    />
  </head>

  <body>
    <div class="container">
    </div>
    <iframe
      id="formio-form-63877a586fe25c74e2c27b98"
      style="width: 100%; border: none"
      height="600px"
      src="https://remote-latest.form.io/xlnqfucdldqfxry/manage/view/#/form/simpleform?header=1&reset=1&host=remote-latest.form.io&protocol=https"
    ></iframe>
    <!-- <script src="vendor/formio.full.js"></script> -->
    <!-- <script type="module" src="index.js"></script> -->
  </body>
</html>