JSFiddle - React, Tailwind, and code Playground

JavaScript

var st = "hello world".replace(/\s/g,'');
alert(st);