Use the `clearable` attribute to add a clear button when the input has content.

```html
<div class="max-w-[400px]">
  <sd-input label="Clearable" clearable spellcheck value="Input text"></sd-input>
</div>
```
