drop-shadow
The class drop-shadow is a Tailwind CSS class, part of the drop shadow classes in the category filters.
Example usage
The following code is an example on how to use the class drop-shadow.
The above code produces the following result:
Resulting CSS
filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));