JSFiddle - React, Tailwind, and code Playground by Pankaj Kargirwar September 02, 2021 JavaScript let arr = ['a', 'b', 'c']; arr = arr.map(e => `\`${e}\``).join(","); console.log(arr)