A content panel controlled by a nana-tab inside a nana-tab-group. Following the WAI-ARIA tabs pattern, the panel is only made focusable (tabindex="0") when it contains no focusable content of its own, so keyboard users always have a way to reach the panel without an extra stop.
<nana-tab-group style="width:100%"><nana-tab slot="nav" panel="a">Tab</nana-tab><nana-tab-panel name="a">This is a tab panel.</nana-tab-panel></nana-tab-group>