JSFiddle - React, Tailwind, and code Playground

by lshettyl

HTML

<h1 id="cc">Conditional Compilation in JS</h1>

JavaScript

/*@cc_on
  document.getElementById('cc').innerHTML = "You are using IE4 or higher";
@*/