JSFiddle - React, Tailwind, and code Playground

by dmitri_pavlutin

JavaScript

const fullName = '  Kate Smith  ';
console.log(fullName.trim()); // => 'Kate Smith'