Is there a way to place a circle inside a button with text positioned to the right of it without overlapping in a centered manner? Take a look at this playground HERE
<button class="btn btn-change">
<span class="w-5 h-5 bg-red-500 rounded-full absolute"></span>
Change Color
</button>