Question: *How do I align icons with text?*

Answer#

flex items-center gap-* is the whole answer; size the icon explicitly. undefined

Markup#

html
<span class="inline-flex items-center gap-2"><span>★</span>4.9 rating</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.