JSFiddle - React, Tailwind, and code Playground

by John Doe

JavaScript

$('#password').bind(function(){
	console.log('1');
})


/*switch(expression) {
  case x:
    // code block
    break;
  case y:
    // code block
    break;
  default:
    // code block
}*/