JSFiddle - React, Tailwind, and code Playground JavaScript var data = ['aaa','222','111',999]; $(data).splice("111",1); console.log(data);