import React from "react"; import styles from "../App.module.css"; function Tooltip(props: { label: string }) { return (