Accessible and themeable form input component.
import { Label, Input } from '@rebass/forms'
<Box> <Label htmlFor='email'>Email</Label> <Input id='email' name='email' type='email' placeholder='jane@example.com' /></Box>