JSFiddle - React, Tailwind, and code Playground

by Artem

HTML

<div class="hello">adadasdsad</div>

CSS

:root {
  --selection-color: red
}

.hello::selection {
  background-color: var(--selection-color);
}