drop-shadow-xl
The class drop-shadow-xl 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-xl.
The above code produces the following result:
Resulting CSS
filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));