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