JSFiddle - React, Tailwind, and code Playground

by Khalil Zhang

HTML

<pre>
Make it work:  [1, 2, 3].duplicate();  // [1, 2, 3, 1, 2, 3]
</pre>