JSFiddle - React, Tailwind, and code Playground

by batcave

HTML

<div class="block"></div>

CSS

.block {
  height: 10rem;
  background-color: g
  filter: drop-shadow(0 0 0 aqua);
}