JSFiddle - React, Tailwind, and code Playground
by nayish
HTML
<input id="in"/>
<input type="button" value="click"
onClick="alert(parseFloat((parseFloat(document.getElementById('in').value)).toFixed(15)))">
by nayish
<input id="in"/>
<input type="button" value="click"
onClick="alert(parseFloat((parseFloat(document.getElementById('in').value)).toFixed(15)))">