import "./index.css"; interface Props { name: string; value: string; } function Rectangle2(props: Props) { return (