drop-shadow-sm
The class drop-shadow-sm 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-sm.
The above code produces the following result:
Resulting CSS
filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));