JSFiddle - React, Tailwind, and code Playground

by J. Albert Bowden

HTML

<p>bla bla bla bla detect opera bla bla</p>

CSS

p{font-size:20px; font-weight:200;}

@media not all and (-webkit-min-device-pixel-ratio:0) {  
    p {  font-size:12px;  font-weight:700}  
}