Question: *How do I make a pill badge?*

Answer#

rounded-full + tinted background + darker text of the same palette. undefined

Markup#

html
<span class="rounded-full bg-emerald-100 text-emerald-700 px-2.5 py-0.5 text-xs font-medium">Active</span>

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.