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";
@*/
by lshettyl
<h1 id="cc">Conditional Compilation in JS</h1>
/*@cc_on
document.getElementById('cc').innerHTML = "You are using IE4 or higher";
@*/