JSFiddle - React, Tailwind, and code Playground
HTML
<div class="notok">This is some text</div>
<div class="ok">This is some other text</div>
CSS
.notok { -webkit-filter: blur(0px) }
.ok { }
<div class="notok">This is some text</div>
<div class="ok">This is some other text</div>
.notok { -webkit-filter: blur(0px) }
.ok { }