export default function Example() {
  return (
    <InputPassword
      helperText={
        <Link href="#" css={{ textDecoration: "underline" }}>
          Forgot password
        </Link>
      }
    />
  );
}