The TextArea component is a styled <textarea> element.
TextArea
<textarea>
<TextArea id='foo' name='foo' defaultValue='foo' />
<Label htmlFor='bar'>Bar</Label> <TextArea id='bar' name='bar' defaultValue='bar' />