Connected Tabbed Content across the whole page

Hi everyone

I am trying to build an API documentation with webflow, and one of the features that is necessary on our end is to be able to showcase a snippet of codes per section, and those snippets need to cover different languages (python, java, etc…)

To do so, we’d like to create a tabbed content in webflow, but here is my question: how can I connect all those tabbed content, such that if at some point I select the “python” tab, then all the other tabbed content are adjusted to python

an example of this can be found here: Collect payments then pay out | Stripe Documentation

where I I select a specific language within the first tab content, it propagates across all the tab content of the page

Thanks!