JSFiddle - React, Tailwind, and code Playground

HTML

<canvas></canvas>

CSS

canvas {
    height: 400px;
    width: 400px;
    border: 1px solid;
}