JSFiddle - React, Tailwind, and code Playground
by Felis Catus
HTML
<span class="custom">text</span><span class="natural">text</span>
CSS
.custom::selection{
background-color: rgb(178,215,255);
}
by Felis Catus
<span class="custom">text</span><span class="natural">text</span>
.custom::selection{
background-color: rgb(178,215,255);
}