JSFiddle - React, Tailwind, and code Playground

by vzytoi

CSS

body {
  animation: background 1s infinite;
}

@keyframes background {
  0%{background: red;}
  50%{background: orange;}
  0%{background: red;}
}