Is there a way to animate only the image and not the entire card (div) when hovering over it? I want specifically for the image to perform an animation, such as bounce effect.
I'm using next/image for displaying the image. Can this animation be achieved with TailwindCSS?
In traditional CSS, I would nest the styles to target just the image. How can this be done in TailwindCSS?
Thank you in advance!