JSFiddle - React, Tailwind, and code Playground

HTML

<script>
function imtc_calculation() {
    alert('imtc_calculation');
}
</script>
<button onclick="imtc_calculation();">CLICK</button>