JSFiddle - React, Tailwind, and code Playground
JavaScript
function setup() {
createCanvas(windowWidth, windowHeight);
}
function draw() {
background(200);
}
function setup() {
createCanvas(windowWidth, windowHeight);
}
function draw() {
background(200);
}