### Summary

`<Tabs.Content />` is supposed to be a child of `<Tabs />` and contain the content of the tab. The prop `contentFor` should have matching a `tabId` on a `<Tabs.Button />` in order to show the correct content.
