# Tabs

Tabs are good way to organize content, where the reader has choice they can make (usually based on their environment). Furo works well with [sphinx-inline-tabs], which provides beautiful and functional tabs, grouping code blocks and synchronisation.

```{hint}
This example is gonna be *very* meta.
```

````{furo-demo}

```{tab} One
First.
```

```{tab} Two
Second.
```

+++

.. tab:: One

    First.

.. tab:: Two

    Second.

````

[sphinx-inline-tabs]: https://github.com/pradyunsg/sphinx-inline-tabs#readme
