JSFiddle - React, Tailwind, and code Playground

by Hernani Mattos

Babel + JSX

const array_teste =  [{cod : '1', nome : 'S'},{cod : '2', nome : 'V'}];

const t = array_teste.filter((e)=> {
}
console.log(t);