How can I elegantly locate elements without an ID when the website uses frameworks like Tailwind CSS?
Many modern websites are increasingly using frameworks like Tailwind CSS,
which rely heavily on utility classes (e.g., text-center
, flex
) rather
than IDs for styling. This can make it challenging to locate specific elements
in the DOM, especially for userscripts.