JSFiddle - React, Tailwind, and code Playground by echapman July 05, 2018 JavaScript var a = 6, b = "ten"; if (a < b) { alert("this is true!"); }