Built-in animation utilities and keyframes
Tailwind includes built-in animation utilities. Apply them with a single class for common UI patterns.
No animation applied
<div class="animate-none h-16 w-16 bg-orange-500 rounded-lg"> </div>