JSFiddle - React, Tailwind, and code Playground

by Christopher McCulloh

HTML

<div id="cons"></div>

JavaScript

oneliner = function() {
    return false ? "yes" : "no";
};

jQuery("#cons").html(oneliner());