Question: *How do I highlight the active nav item?*

Answer#

Give the active link a tinted background + stronger text weight. undefined

Markup#

html
<a class="rounded-lg bg-blue-50 px-3 py-1.5 font-medium text-blue-700">Current</a>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

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