Tailwind CSS Classes

Tailwind CSS class .shadow-xl

<div class="shadow-xl h-16 w-16 m-4 bg-teal-400 inline-flex"></div>

Preview

CSS source

.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

Check .shadow-xl in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Shadows category

© 2024 Shuffle. All rights reserved.