VOOZH about

URL: https://www.geeksforgeeks.org/css/tailwind-css-filter/

⇱ Tailwind CSS Filter - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Tailwind CSS Filter

Last Updated : 23 Jul, 2025

The filter class is used to set the visual effect of an element. This class is mostly used in image content. In CSS, we do that by using the CSS filter property. Tailwind CSS newly added feature filter in 2.1 version.

Filter Classes: 

  • filter: This class is used to enable filters.
  • filter-none: This class is used to remove filters.

Syntax:

<element class="filter">..</element>

Example:

Output:

👁 Image
Comment