JSFiddle - React, Tailwind, and code Playground

by MuLtDirectX

JavaScript

let str = '8 j 8   mBliB8g  imjB8B8  jl  B'

let newStr = str.split(' ').join('')

console.log(newStr)