JSFiddle - React, Tailwind, and code Playground

HTML

<button>
some text
</button>

CSS

button::selection {
  background: #E02F86;
  color: white;
}