First line: an underline tab bar with a terracotta active indicator and optional count pills. ```jsx const [tab, setTab] = React.useState('chats'); ``` Notes - Controlled — own the active `id` in state. - Count pills tint terracotta on the active tab; omit `count` for plain tabs.