JSFiddle - React, Tailwind, and code Playground
Vue
<template>
<div v-for="(item, i) in customersList" :key="i">
/* ... */
</div>
</template>
<template>
<div v-for="(item, i) in customersList" :key="i">
/* ... */
</div>
</template>