Any content can be used in the <vaadin-form-item> element. For instance,
you can add multiple input elements with surrounding text. The label can be any element:
Note: in order to make <textarea> vertically
aligned with the <vaadin-form-item> label, add
textarea { vertical-align: top; display: inline-flex; } to your CSS.
The label is optional and can be omitted: