JSFiddle - React, Tailwind, and code Playground

by ppgab

JavaScript

const a = '';

if(a){
alert('yes');
}else{
alert('no')
}