JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://unpkg.com/[email protected]/lodash.js"></script>
JavaScript
var justiceLeague = ['Superman', 'Batman', 'Aquaman', 'Wonder Women'];
console.log(_.takeWhile(justiceLeague, 2));