Tab Content
You create the tabs, you would use a menu role="tablist"
element then for the tab titles you use a button
with the aria-controls
parameter set to match the relative role="tabpanel"
's element.
Read more at MDN Web docs - ARIA: tab role