JSFiddle - React, Tailwind, and code Playground

by luka kupunia

HTML

<img src="http://picsum.photos/1200/900" alt="">

CSS

img {
  filter: invert(2.9);
  animation: a .1s infinite;
  animation-delay: 0.09s;
  width: 100%;
  height: auto;
}
/* @keyframes a {
  0% { filter: hue-rotate(120deg) blur(0px)}
  50% {filter: hue-rotate(240deg) blur(10px) invert(3); transform: scale(1.2) rotate(4deg)}
  100% { filter: hue-rotate(120deg) blur(0px) invert(1)}
} */