JSFiddle - React, Tailwind, and code Playground

by Neeraj Yadav

HTML

<div class="container"></div>

CSS

.container:before {
  content: " Optional. This is the fourth value, and must be in pixels. Positive values will cause the shadow to expand and grow bigger, and negative values will cause the shadow to shrink. If not specified, it will be 0 (the shadow will be the same size as the element)."
}

.container {
  filter: blur(6px);
}