JSFiddle - React, Tailwind, and code Playground
by SEOKWOO LEE
HTML
<p class="demo-p"> test text</p>
CSS
::selection{
background-color: red;
color:white;
}
::-moz-selection{
background-color: red;
color:white;
}
by SEOKWOO LEE
<p class="demo-p"> test text</p>
::selection{
background-color: red;
color:white;
}
::-moz-selection{
background-color: red;
color:white;
}