JSFiddle - React, Tailwind, and code Playground
HTML
<a href="#" id="dfddis" onclick="Alertbox();">Alert</a>
JavaScript
function Alertbox()
{
alert('The Alert!');
// $('input, textarea, select').each(function () {
// $(this).prop('disabled', 'true');
// });
}