JSFiddle - React, Tailwind, and code Playground
HTML
<mat-card>
<mat-card-header *ngFor="let club of result[0]">
<mat-card-title>{{club.clubName}}</mat-card-title>
<mat-card-subtitle>Club</mat-card-subtitle>
</mat-card-header>
</mat-card>