As I needed a way to group similar content in tabs, I found this theme1 already has a shortcode for it.
Example:
First content
Second content
To remind myself of it, this is how it works:
{{< tabgroup >}}
{{< tab name="first tab" >}}
First content
{{< /tab >}}
{{< tab name="second tab" >}}
Second content
{{< /tab >}}
{{< /tabgroup >}}