Accessible and themeable form textarea component.
import { Label, Textarea } from '@rebass/forms'
<Box> <Label htmlFor='comment'>Comment</Label> <Textarea id='comment' name='comment' /></Box>