JSFiddle - React, Tailwind, and code Playground

by John Wick

JavaScript

var str = " \n this is a string \n \n \n"
var str2 = "\n2617 Kirkholm Dr" 
console.log(str);
console.log(str2.trim());