JSFiddle - React, Tailwind, and code Playground
by moolood
HTML
<div id="test"></div>
JavaScript
var toto = 'bien_address_1=&bien_cp_1=&bien_ville_1=';
var tata = toto.replace('&','<br/>');
$('#test').append(tata);
by moolood
<div id="test"></div>
var toto = 'bien_address_1=&bien_cp_1=&bien_ville_1=';
var tata = toto.replace('&','<br/>');
$('#test').append(tata);