JSFiddle - React, Tailwind, and code Playground
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 =...
<canvas id="scene" width="240" height="320"></canvas>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
canvas {
outline: 1px red dotted;
}
const data =...