← Tailwind CSS classes list

Tailwind CSS class: .max-h-0

    <div class="bg-gray-300 w-32 h-32">
        <div class="max-h-0 w-10 bg-teal-400">
            <div class="w-4 h-4 bg-red-400 rounded-full mx-auto"></div>
        </div>
    </div>

Preview

Check .max-h-0 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 in Tailwind CSS Width