JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

JavaScript

const points = [
	[100, 100],
  [200, 200],
  [300, 150],
  [100, 400]
];

const canvas = document.createElement("canvas");
const ctx = canvas.getContext("")