JSFiddle - React, Tailwind, and code Playground
by Mark
HTML
<script type="module">
import * as Plot from "https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/+esm";
document.body.append(Plot.plot(options));
</script>
by Mark
<script type="module">
import * as Plot from "https://cdn.jsdelivr.net/npm/@observablehq/[email protected]/+esm";
document.body.append(Plot.plot(options));
</script>