JSFiddle - React, Tailwind, and code Playground
by Josh Pullen
HTML
<!--
Create timer that keeps you on track to do n questions in m minutes
(default 23 questions in 35 minutes)
-->
JavaScript
import { html, render } from "https://unpkg.com/htm/preact/standalone.module.js";
function App() {
return html`
<div style=${{ width: "100vw", heig }}>
</div>
`;
}
render(html`<${App} />`, document.body);