JSFiddle - React, Tailwind, and code Playground
by darcyclarke
HTML
<!--[if IE]>
<html class="ie">
<!--<![endif]-->
<!--[if !IE]>
<html>
<!--<![endif]-->
JavaScript
var isIE = !!(document.getElementsByClassName('ie').length >= 1); // boolean
alert(isIE);