Question: *How do I make hover-only elements discoverable?*

Answer#

Pair group-hover reveals with focus variants and always-visible affordances on touch. undefined

Markup#

html
<a class="group">Item <span class="opacity-0 group-hover:opacity-100 group-focus-within:opacity-100">→</span></a>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

Tip. This answer targets Nakshora 2.0. The same question is answered version-appropriately in every other release — use the version switcher.