DEV Community

Discussion on: Glassmorphism with Tailwind CSS Under 60 seconds

Collapse
 
arnabxd profile image
Arnab Paryali

I am in using tailwind css version ^2.1.1 and I didn't have to extend anything

<div className="bg-opacity-25 backdrop-filter backdrop-blur-lg">
....
</div>
Enter fullscreen mode Exit fullscreen mode
Collapse
 
thedevdavid profile image
David

Yes Arnab, you're right. Tailwind 2.1 introduced first-party support of background-blur utility. So I updated the article with the new information.