JSFiddle - React, Tailwind, and code Playground

by Rich Costello

JavaScript

this.showBoardingPass = function(event) {
	event.preventDefault();
  $('.view-boarding-pass').hide();
  $('.boarding-pass').show();
  
  console.log(this);
  console.log(confirmation)

}