JSFiddle - React, Tailwind, and code Playground

by Josh Krauth-Harding

JavaScript

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

function draw() {
	background(255, 204, 0);
}