JSFiddle - React, Tailwind, and code Playground

by zainshaikh

HTML

<div class="test">Green in IE, red Other Browsers</div>

CSS

.test {
        color:red;
        //color:green;
    }