JSFiddle - React, Tailwind, and code Playground

by Krzysztof Jedraszewski

JavaScript

var p = ['red',"green","blue","gray"];

p.reduce((el,next),[]=>{
setInterval(() => {
document.body.style.backgroundColor=next
}, 1000)
});