JSFiddle - React, Tailwind, and code Playground
JavaScript
jQuery(document).ready(function() {
jQuery('#SM_jsModalButtonData')
.on("click", function(e) {
e.preventDefault();
e.stopPropagation();
jQuery('.SM_StickyTabTitleRight').click();
});
});