shadow
The class shadow 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.
The above code produces the following result:
Resulting CSS
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);