export default function Example() {
  return <InputPassword css={{ width: "60px" }} defaultValue="123456789" />;
}