JSFiddle - React, Tailwind, and code Playground

by jestho

HTML

<!DOCTYPE html>

<!--[if lt IE 7]>
<html class="ie ie6 lt-ie7 lt-ie8 lt-ie9 lt-ie10 oldie">
<![endif]-->
<!--[if IE 7]>
<html class="ie ie7 lt-ie8 lt-ie9 lt-ie10 oldie">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8 lt-ie9 lt-ie10 oldie">
<![endif]-->
<!--[if IE 9]>
<html class="ie ie9 lt-ie10">
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9)  ]><!-->
<html>
<!--<![endif]-->

CSS

.lt-ie9 .mirror {
    display: none;
}