JSFiddle - React, Tailwind, and code Playground

by nukeboy212

JavaScript

var test = '1'
if (test == "1"){
test = "2"
}
alert(test)