Tab groups let you show related content in different formats:

def hello():
    print("Hello, world!")
function hello() {
  console.log("Hello, world!");
}
package main

import "fmt"

func main() {
    fmt.Println("Hello, world!")
}