JSFiddle - React, Tailwind, and code Playground

by WizKid81

JavaScript

var x = [];
x.push("test");
x[0] = "me";
console.log(x);