export default function Example() {
  return (
    <InputText
      css={{ width: 160 }}
      defaultValue="A Very long input value shown here."
      label="Label"
    ></InputText>
  );
}