JSFiddle - React, Tailwind, and code Playground
HTML
<button>
some text
</button>
CSS
button::selection {
background: #E02F86;
color: white;
}
<button>
some text
</button>
button::selection {
background: #E02F86;
color: white;
}