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;
}