drop-shadow-lg
The class drop-shadow-lg 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-lg.
The above code produces the following result:
Resulting CSS
filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));