JSFiddle - React, Tailwind, and code Playground

by Mubasshir Pawle

JavaScript

$('.call-number').click(function(){
console.log($(this).text());
});