JSFiddle - React, Tailwind, and code Playground

HTML

<div class="blow"></div>

CSS

@media print, screen {
    .blow {
        height: 100px; 
        width: 100px; 
        background: tomato;
        -webkit-print-color-adjust: exact; 
    }
}