JSFiddle - React, Tailwind, and code Playground by Dwza May 28, 2014 JavaScript var ar = [[1, 2], [3, 4], [5, 6]]; alert(ar[1][1]);