How can I show text on image hover, using Tailwind CSS: display text on image hover?
Here is my image? I want text "mammals" to be displayed when user hovers image?
<img src="/img/cat/categories/mammals.png" alt="mammals" class="max-w-full max-h-full">
