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