JSFiddle - React, Tailwind, and code Playground
HTML
<form action="..." id="..." style="display: none">
VISA MASTERCARD
</form>
JavaScript
var cnp_Options = {
iFrameSize: {
width: 600,
height: 580
}
};
jQuery(document).ready(function($) {
// ...
$.getScript('https://test.ctpe.net/frontend/widget/v3/widget.js?language=en&style=none', function() {
$('form').show();
});
// ...
});