new intl.numberformat en react

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