I'm trying to implement a transition on an image so when I hover over it, the image expands with a smooth transition. I've recreated my issue on Tailwind Play https://play.tailwindcss.com/QfZSly1nEB.
As shown, hovering over the image works as expected and the image size changes, however it is not animated as is expected. I've followed the guidance in the docs regarding transition properties but with no luck