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;
}
by zainshaikh
<div class="test">Green in IE, red Other Browsers</div>
.test {
color:red;
//color:green;
}