JSFiddle - React, Tailwind, and code Playground

HTML

<div class="tt"></div>

CSS

.tt
{
    width:100px;
    height:200px;
    border: 1px solid red;    
}
@-moz-document url-prefix() {
    .tt {
        border: 1px solid black;
    }
}
[if IE] .tt {  
    border: 1px solid yellow;
}