JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body>
<div id="value">
<input type="number" id="abc"> <br>
Actual answer is suppose to be
</div>
</body>
</html>
JavaScript
var test = (1909/10000)*10000
$("#abc").val(test);
<html>
<body>
<div id="value">
<input type="number" id="abc"> <br>
Actual answer is suppose to be
</div>
</body>
</html>
var test = (1909/10000)*10000
$("#abc").val(test);