JSFiddle - React, Tailwind, and code Playground

by alexbfree

JavaScript

var SPECIES_SUBJECTS = {
    'cow' : ['123','567'],
    'dog' : ['122','356']
};

console.log(SPECIES_SUBJECTS);