JSFiddle - React, Tailwind, and code Playground

by Bacher

JavaScript

switch (true) {
	case 1 > 2:
		console.log('AAA');
    break;
    
  case 3 > 2:
		console.log('BBB');
    break;
}