JSFiddle - React, Tailwind, and code Playground

by GMK Hussain

HTML

<div>
    Hello
</div>

CSS

@media screen and (-webkit-min-device-pixel-ratio:0) { 

    div{
    top:0;
    color:#f00;
    } 
}