← Tailwind CSS classes list

Tailwind CSS class: .shadow-outline

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

Preview

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

CSS source

.shadow-outline { box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }

More in Tailwind CSS Shadows