Trying to do something like this.
const words = [\'tree\', \'dog\', \'table\'] words.forEach((word) => { const word = useState(`${word}`) }) <
const words = [\'tree\', \'dog\', \'table\'] words.forEach((word) => { const word = useState(`${word}`) })