Tailwind CSS Classes

Tailwind CSS class .shadow

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

Preview

CSS source

.shadow { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

Are you tired of writing HTML by hand?

Check .shadow 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

© 2025 Shuffle. All rights reserved.