JSFiddle - React, Tailwind, and code Playground

by Drath

HTML

<canvas id="c" width="400" height="400"></canvas>

JavaScript

var ctx = document.getElementById('c').getContext('2d');
var i = new Image(); 
i.src =...