JSFiddle - React, Tailwind, and code Playground

by XTREME104

HTML

<canvas id="stage"></canvas>
<textarea id="scripts"></textarea>

CSS

canvas#stage {
    width: 480px;
    height: 360px;
    border: 1px solid black;
    display: block;
}

textarea#scripts {
    width: 480px;
    height: 360px;
}