JSFiddle - React, Tailwind, and code Playground

by Eugen Sunic

JavaScript

const places = [{
    "full_name": "joe",
    "title1": "teacher",
    "description": "the best teacher"
  },
  {
    "full_name": "mary",
    "title1": "student",
    "description": "great student"
  }
];