JSFiddle - React, Tailwind, and code Playground
by Artem
HTML
<div class="hello">
<p>asdasdasdasd <span>asda</span></p>
asdasdasdasd
</div>
CSS
.hello *::selection,
.hello::selection {
background: red;
}
by Artem
<div class="hello">
<p>asdasdasdasd <span>asda</span></p>
asdasdasdasd
</div>
.hello *::selection,
.hello::selection {
background: red;
}