JSFiddle - React, Tailwind, and code Playground

JavaScript

var country = "USA";
switch (country) {
case "USA":
    country = i;
case "blach":
    //not finished yet
}
var i = 10;
alert(country);