JSFiddle - React, Tailwind, and code Playground

by meetaaronsilber

HTML

<p>this is dummy text and is not meant to be read. Please do not read this. It means nothing... no really... there is nothing special or amazing or secret at the end of this. Look away. Really, look away now. Now. NOW!</p>

CSS

::selection{
    background: 
        -webkit-gradient(
        linear,
        0% 0%,
        100% 100%,
        from(#666666),
        to(#444444));

}