```
<div>
  <Fieldset legend="top-left">
    <TextInput label="TextInput" />
  </Fieldset>
  <Fieldset legend="top-right" legendPosition="top-right">
    <TextInput label="TextInput" />
  </Fieldset>
  <Fieldset legend="bottom-left" legendPosition="bottom-left">
    <TextInput label="TextInput" />
  </Fieldset>
  <Fieldset legend="bottom-right" legendPosition="bottom-right">
    <TextInput label="TextInput" />
  </Fieldset>
  <Fieldset>
    <TextInput label="TextInput" />
  </Fieldset>
</div>
```
