Default field
Use a labelled field with a value, placeholder, and supporting helper text.
<Input
id="input-1"
name="inputField"
label="Email address"
placeholder="Enter input"
type="email"
helperText="Helpful context for this field."
autocomplete="email"
/>