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

Formio.createForm(document.getElementById("formio"), "https://bb-happy-time.form.io/patientmetadata/");