JSFiddle - React, Tailwind, and code Playground

by somya_kashyap3

JavaScript

var a = 6, b = "ten";
if(a>b || a<b){
alert("gotcha")
}

if()