I encountered an issue with TailwindCSS (version 3.2.4) regarding group-hover, where hovering over elements with SVG child elements only seems to affect the first element and not the others.
For a demonstration, I have set up an example on the TailwindCSS playground here: https://play.tailwindcss.com/LgiQDbYH8K
When hovering over any of the elements, the caret SVG should appear. However, it only seems to work on the first element and not the second or third elements.
Interestingly, replacing the SVG with text resolves the issue. I have not tested with any other HTML elements.
I have tested this behavior on both Chrome and Firefox, with the same results.