JSFiddle - React, Tailwind, and code Playground
Does your browser think that an array literal is an instanceof Array
JavaScript
var list = [];
alert('Does your browser think that an array literal is an instanceof Array?\n' + (list instanceof Array).toString());