JSFiddle - React, Tailwind, and code Playground

by Nicholas Mastracchio

HTML

<div id="burgers"></div>

JavaScript

var restaurants = {
    "res": [{
        "zipcode": "15282",
            "city": "Pittsburgh",
            "state": "PA"
    }, {
        "zipcode": "97218",
            "city": "Portland",
            "state": "OR"
    }, {
        "zipcode": "72131",
            "city": "Quitman",
            "state": "AR"
    }, {
        "zipcode": "97207",
            "city": "Portland",
            "state": "OR"
    }, {
        "zipcode": "26264",
            "city": "Durbin",
            "state": "WV"
    }, {
        "zipcode": "21287",
            "city": "Baltimore",
            "state": "MD"
    }, {
        "zipcode": "33131",
            "city": "Miami",
            "state": "FL"
    }, {
        "zipcode": "85381",
            "city": "Peoria",
            "state": "AZ"
    }, {
        "zipcode": "98046",
            "city": "Lynnwood",
            "state": "WA"
    }, {
        "zipcode": "28260",
            "city": "Charlotte",
            "state": "NC"
    }, {
        "zipcode": "79009",
            "city": "Bovina",
            "state": "TX"
    }, {
        "zipcode": "52805",
            "city": "Davenport",
            "state": "IA"
    }, {
        "zipcode": "47247",
            "city": "Jonesville",
            "state": "IN"
    }, {
        "zipcode": "10171",
            "city": "New York",
            "state": "NY"
    }, {
        "zipcode": "67749",
            "city": "Oberlin",
            "state": "KS"
    }, {
        "zipcode": "34221",
            "city": "Palmetto",
            "state": "FL"
    }, {
        "zipcode": "62905",
            "city": "Alto Pass",
            "state": "IL"
    }, {
        "zipcode": "03854",
            "city": "New Castle",
            "state": "NH"
    }, {
        "zipcode": "66868",
            "city": "Reading",
            "state": "KS"
    }, {
        "zipcode": "39836",
            "city": "Coleman",
            "state": "GA"
    }, {
        "zipcode": "84317",
            "city": "Huntsville",
    ...