JSFiddle - React, Tailwind, and code Playground
JavaScript
this.showBoardingPass = function(event) {
event.preventDefault();
$('.view-boarding-pass').hide();
$('.boarding-pass').show();
console.log(this);
console.log(confirmation)
}
this.showBoardingPass = function(event) {
event.preventDefault();
$('.view-boarding-pass').hide();
$('.boarding-pass').show();
console.log(this);
console.log(confirmation)
}