drop-shadow-md
The class drop-shadow-md 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-md.
The above code produces the following result:
Resulting CSS
filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));