export default function Example() {
  return (
    <InputPassword value="A really really really really really long password" />
  );
}