shadow-xl
The class shadow-xl 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-xl.
The above code produces the following result:
Resulting CSS
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);