JSFiddle - React, Tailwind, and code Playground

by brendanbond

HTML

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.form.io/formiojs/4.19.2/formio.full.min.css">
<script src="https://cdn.form.io/formiojs/4.19.2/formio.full.min.js"></script>
<div class="container">
  <div id="formio" />
</div>

JavaScript

const formDef = {
  components: [{
    key: "textfield",
    type: "textfield",
    input: true
  }]
}

Formio.createForm(document.getElementById("formio"), "http://localhost:3000/rygmwswposzamyl/demoform2")