JSFiddle - React, Tailwind, and code Playground
JavaScript
let text = "Hello"
for (element in text) {
console.log(`${text[element]} \n`)
}
console.log(text[0])
let text = "Hello"
for (element in text) {
console.log(`${text[element]} \n`)
}
console.log(text[0])