JSFiddle - React, Tailwind, and code Playground

by Frank Liu

JavaScript

let s = "abcd";
let x = [...s];

console.log(x);