tailwind css transition code example
Example: changing bakcgound color like animation using tailwind
<button class="transition duration-500 ease-in-out bg-blue-600 hover:bg-yellow-600 transform hover:-translate-y-1 hover:scale-110 ...">
Hover me
</button>