JSFiddle - React, Tailwind, and code Playground

JavaScript

var qty = "3";
 var price = "1.20";
 var res = (qty*price);

alert(res.toFixed(1));