JSFiddle - React, Tailwind, and code Playground

by Trevor W

JavaScript

function selfMadeParseFloat(string){
	return parseFloat(string)
}