## Bug Report **Current Behavior** In the tabs component, the tabs are having an `aria-controls` attribute to non existing tabpanel ids. https://www.aemcomponents.dev/content/core-components-examples/library/core-content/tabs.html#tabs-763e4cccf7-item-c2ef7f1373-tab  This was previously fixed in https://github.com/adobe/aem-core-wcm-components/commit/7f6bccda4e9735fcde89766d769d89f93bed5644 but undone in https://github.com/adobe/aem-core-wcm-components/commit/a4418ab5a1b40d432432b3f904bf8c391a4940f1#diff-627127c7d1ba22e049979452be71704e9d62b7534455397e778e364e804ece1eR41 **Expected behavior/code** `aria-controls` HTML attribute should point to existing tab panels **Environment** - AEMaaCS 2023.5.11983.20230511T173830Z-230200 - Core Components version 2.22.10 - Oracle JDK 11.0.19 **Possible Solution** PR: https://github.com/adobe/aem-core-wcm-components/pull/2509