JSFiddle - React, Tailwind, and code Playground

by ryanburnett

JavaScript

var poem = ["Roses", "are", "red", "violets"];
poem.push("are", "blue");
console.log(poem);