JSFiddle - React, Tailwind, and code Playground

by Chris Ball

JavaScript

let str1 = '1'
let str2 = ' 2'

let result = str1
result += str2

console.log(result)