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