JavaScript menggantikan spasi dengan BR
str = str.replace(/\s/g, "<br>");
Friendly Hawk
str = str.replace(/\s/g, "<br>");