novo intl.numberFormat en react
<td>
{new Intl.NumberFormat("en-GB", {
style: "currency",
currency: "GBP"
}).format(customer.revenue)}
</td>
Motionless Mole
<td>
{new Intl.NumberFormat("en-GB", {
style: "currency",
currency: "GBP"
}).format(customer.revenue)}
</td>