JSFiddle - React, Tailwind, and code Playground

by alexflav23

JavaScript

var x = 5.3, y = 3;
    var z = (x-y).toFixed(2);
alert(z);