export const Tags: FC<Omit<ComponentProps<"div">, keyof Props> & Props> = ({
  addons,
  className,
  ...props
}) => (