is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .max-h-px

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

Preview

More in Tailwind CSS Height