Build a Tabs component using the compound components pattern.
import { createContext, useContext, useState } from 'react'; // Build compound Tabs component