JSFiddle - React, Tailwind, and code Playground

by velo_ninja

JavaScript

const dataArray = [
        {
        	"_id":"00001",
        	"owner":"bbm001",          
          "_online":false,
          "_email":"[email protected]",          
        	"firstname":"Frank",
          "lastname":"Neumann",
          "age":30,
          "abteiling":"Verfahrenstechnik",
          "isActive":false,
          "height":1.2,
          "imgSrc":"",
        },
    

			];