JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div{
margin-inline: auto;
margin-top: 200px;
width: 600px;
height: 600px;
background: #000;
filter: blur(100px);
}
<div></div>
div{
margin-inline: auto;
margin-top: 200px;
width: 600px;
height: 600px;
background: #000;
filter: blur(100px);
}