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);
}
by Artem
<div class="hello">adadasdsad</div>
:root {
--selection-color: red
}
.hello::selection {
background-color: var(--selection-color);
}