`TextArea` should be used with the `Field` component to get labels and descriptions. It should also be used for validation. See the `Field` component for more information.
```jsx
<Field label="Important information" description="This information is very important, so you really need to fill it in">
<Textarea name="importantTextarea" required />
</Field>
```
<Preview>
<Field label="Important information" description="This information is very important, so you really need to fill it in">