JSFiddle - React, Tailwind, and code Playground

by Christian Sonne

HTML

<canvas id="scene" width="240" height="320"></canvas>

CSS

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
canvas {
  outline: 1px red dotted;
}

JavaScript

const data =...