JSFiddle - React, Tailwind, and code Playground

JavaScript

var ThreeMonthPriceFinal = "99.29";
    var ThreeMonthPriceVAT = ThreeMonthPriceFinal * 0.2.toFixed(2);
    alert(ThreeMonthPriceVAT);