JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

JavaScript

import { html, render } from "https://unpkg.com/htm/preact/standalone.module.js";

render(html`<${App} />`);