JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = '2.4098';
alert(a.toString().slice(0, (a.indexOf("."))+3));