JSFiddle - React, Tailwind, and code Playground

by Josh Krauth-Harding

JavaScript

function setup() {
createCanvas(windowWidth, windowHeight);
}

function draw() {
background(200);
}