JSFiddle - React, Tailwind, and code Playground

by vaibhav2812

JavaScript

let has = () => {
  console.log('=========>');
  return true;
}

if (has) {

}