JSFiddle - React, Tailwind, and code Playground

by Yomi Eluwande

Vue

<template>
  <div v-for="(item, i) in customersList" :key="i">
    /* ... */
  </div>
</template>