JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<span class="style">Test</span>
CSS
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
.style {
color: red;
}}
by Michel Penke
<span class="style">Test</span>
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
.style {
color: red;
}}