[ionic 5 ion-select] How to custom html inside select-text

Is it possible to customize html inside select-text. I try with this snippet but it doesn’t work out.

<ion-select>
    <ion-select-option>
        <div class="dot"></div>
        <div>Item 1</div>
    </ion-select-option>
</ion-select>