JSFiddle - React, Tailwind, and code Playground

by nicholas_r

HTML

<div>
  
  Hello world
  
</div>

CSS

div{
  -webkit-filter: blur(2px);
}