JSFiddle - React, Tailwind, and code Playground

by uiwwnw

HTML

<canvas id="uirpg" width="640" height="480"></canvas>
<script>
  var img = new Image(); // Create new img element
  img.src =...

CSS

#uirpg {
  border: 1px solid;
}