JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<div></div>

CSS

div{
  margin-inline: auto;
  margin-top: 200px;
  width: 600px;
  height: 600px;
  background: #000;
  filter: blur(100px);
}