JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

JavaScript

var check = "";
check = check ? "yes" : "no";
console.log(check);