JSFiddle - React, Tailwind, and code Playground

by ryanburnett

JavaScript

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