JSFiddle - React, Tailwind, and code Playground
by artgas_pro
HTML
<div>
</div>
CSS
div{
width: 100px;
height: 100px;
background-color: rgba(0, 0, 0, 0.3);
@supports (filter: blur()){
background-color: rgb(0, 0, 0);
filter: blur(50px);
}
}