JSFiddle - React, Tailwind, and code Playground

HTML

<!--[if !IE]> -->
<div id="container">
    This is not IE, you are seeing the normal content
</div>
<!-- <![endif]-->

<!--[if IE]>
    <div id="container">
        This is IE, you are seeing IE-compatible content
    </div>
<![endif]-->