JSFiddle - React, Tailwind, and code Playground

by phloe

HTML

<div class="img-1">

</div>

<div class="img-2">

</div>

CSS

div {
  background: url(https://placekitten.com/800/800);
  width: 400px;
  height: 400px;
  filter: blur(40px);
}

img-2 {
    
}