JSFiddle - React, Tailwind, and code Playground
JavaScript
test = "FIFA publishes its results according to IFRS. The total compensation for the management committee in 2011 was 30 million for 35 persons. Blatter, the only full time, earns approx 2 Mio CHF, 1.2 Mio fix, the rest bonus.[4][5][6]";
alert(test);
test = test.replace(/\[(.+?)\]/g, '$1');
alert(test);