JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    Kristen is the best!
</div>

CSS

@media print {
    body {color: green;}
}