import clsx from 'clsx'; const Tag = ({ text, invert }: { text: string; invert?: boolean }) => { return (
{text}
); }; export default Tag;