JSFiddle - React, Tailwind, and code Playground
by GolfGirl21
HTML
<canvas> id = " my canvas " width = "400" height = "400"> sorry doesn't support canves!
</canvas>
CSS
canvas{
border: 3px solid purple;
}
JavaScript
var canvas = document.getElementById("myCanvas");
var ctx =