Any content can be used in the <vaadin-form-item>
element. For instance,
you can add multiple input elements with surrounding text.
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.