JSFiddle - React, Tailwind, and code Playground

by Jakub Lemiszewski

JavaScript

const proxies = [{
     "id": "8",
     "countryCode": "nl",
     "value": "+3197010254703",
     "country": {
       "code": "nl",
       "englishName": "Netherlands",
       "flagIconUrl": "https://public.trialbee.com/flags/nl.svg"
     }
   },
   {
     "__typename": "Number",
     "id": "5",
     "countryCode": "ca",
     "value": "+14387924099",
     "country": {
       "__typename": "Country",
       "code": "ca",
       "englishName": "Canada",
       "flagIconUrl": "https://public.trialbee.com/flags/ca.svg"
     }
   },
   {
     "__typename": "Number",
     "id": "1",
     "countryCode": "se",
     "value": "+46105517804",
     "country": {
       "__typename": "Country",
       "code": "se",
       "englishName": "Sweden",
       "flagIconUrl": "https://public.trialbee.com/flags/se.svg"
     }
   },
   {
     "__typename": "Number",
     "id": "9",
     "countryCode": "ro",
     "value": "+40800410075",
     "country": {
       "__typename": "Country",
       "code": "ro",
       "englishName": "Romania",
       "flagIconUrl": "https://public.trialbee.com/flags/ro.svg"
     }
   },
   {
     "__typename": "Number",
     "id": "10",
     "countryCode": "it",
     "value": "+39800147471",
     "country": {
       "__typename": "Country",
       "code": "it",
       "englishName": "Italy",
       "flagIconUrl": "https://public.trialbee.com/flags/it.svg"
     }
   },
   {
     "__typename": "Number",
     "id": "3",
     "countryCode": "be",
     "value": "+32460207201",
     "country": {
       "__typename": "Country",
       "code": "be",
       "englishName": "Belgium",
       "flagIconUrl": "https://public.trialbee.com/flags/be.svg"
     }
   },
   {
     "__typename": "Number",
     "id": "11",
     "countryCode": "gb",
     "value": "+441618505288",
     "country": {
       "__typename": "Country",
       "code": "gb",
       "englishName": "United Kingdom of Great Britain and Northern Ireland",
       "flagIconUrl":...