JSFiddle - React, Tailwind, and code Playground

by Daniel Tan

HTML

<div class="green">
    <p>Test test test.</p>
    <p>Test test test.</p>
    <p>Test test test.</p>
</div>

CSS

.green ::-moz-selection {
    background-color: #62BA21;
    color: white;
}

.green ::selection {
    background-color: #62BA21;
    color: white;
}