JSFiddle - React, Tailwind, and code Playground

by ravimallya

JavaScript

$(function() {
var str = "(GMT +5.30) Indian Standard Time";
    var txt = str.replace(/[0-9GMT.+()]+/g, '');
    $('body').text(txt);
});