JSFiddle - React, Tailwind, and code Playground
by Andrey
HTML
<script src="https://publicbg.mjs.bg/BgSubmissionDoc/Scripts/jquery-2.1.4.js"></script>
<div id="banner-message">
<p>Hello World</p>
<button>Change color</button>
</div>
JavaScript
function submitWithCaptcha(token) {
alert(token)
}
window.submitWithCaptcha = function (token) {
alert(token+1000)
}
submitWithCaptcha(123)