{arr.map(({ what ever you want to get from map }) => (
<div>
code goes here to display through html elements
</div>
))}
{arr.map(({ what ever you want to get from map }) => (
<div>
code goes here to display through html elements
</div>
))}