Use the `placeholder` attribute to add a placeholder.

```html
<div class="max-w-[400px]">
  <sd-input placeholder="Placeholder example" label="Label" spellcheck></sd-input>
</div>
```
