JSFiddle - React, Tailwind, and code Playground

by Deepak Manwal

JavaScript

var x=1000;
var ans = (x+((x*1)/100))+100;
alert(ans);