JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">Test</div>
CSS
@supports (-ms-accelerator:true) {
.test {
color: #f00;
}
}
<div class="test">Test</div>
@supports (-ms-accelerator:true) {
.test {
color: #f00;
}
}