JSFiddle - React, Tailwind, and code Playground

JavaScript

num = "1,000.13"
alert(parseFloat(num.replace(/,/g, "")));