JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" value="test" size="40" id="selecturl"/><br/><br/>

CSS

input::selection { background:red; color:white; }
input::-moz-selection { background:red; color:white; }
input::-webkit-selection { background:red color:white; }