Question: *How do I stripe table rows?*

Answer#

odd:/even: variants on rows — no nth-child CSS needed. undefined

Markup#

html
<tbody class="divide-y"><tr class="odd:bg-slate-50"><td class="px-4 py-2">row</td></tr></tbody>

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.