Use the `no-tail` attribute to remove the tail from a step.

```html
<div class="w-min">
  <sd-step no-tail>
    <span slot="label">Completed</span>
  </sd-step>
</div>
```
