JSFiddle - React, Tailwind, and code Playground
HTML
<div class="blur-box"></div>
CSS
.blur-box {
margin: 20px;
width: 100px;
height: 100px;
background-color: #555;
box-shadow: 0 0 5px 10px #555;
}
<div class="blur-box"></div>
.blur-box {
margin: 20px;
width: 100px;
height: 100px;
background-color: #555;
box-shadow: 0 0 5px 10px #555;
}