JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

JavaScript

let x = "date";

switch(x) {
	case "date":
  	alert("date");
    break;
   case "DaTe": 
   	alert("Da")
}