JSFiddle - React, Tailwind, and code Playground
by graphettion
CSS
body {
transition: 3s ease-in-out
}
JavaScript
setInterval(function() {
document.body.style.background = 'hsl(' + Math.random() * 359 + ',75%,50%)'
}, 3e3)
by graphettion
body {
transition: 3s ease-in-out
}
setInterval(function() {
document.body.style.background = 'hsl(' + Math.random() * 359 + ',75%,50%)'
}, 3e3)