JSFiddle - React, Tailwind, and code Playground
HTML
<h1>I'll be blue in IE 10 and black in everything else.</h1>
CSS
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
h1 {
color: blue;
}
}