JSFiddle - React, Tailwind, and code Playground
by hslincoln
JavaScript
jQuery(document).ready(function () {
var handyTotal = jQuery("#orderconfirmation .checkoutorcfR #ordersummary table.wizrtable tbody tr td.veryImportant div").text().replace(/\u00A3/g, '');
if (handyTotal >= 299.99 || handyTotal <= 99.98) {
jQuery('.HandyPayCheckoutContent').hide();
}});