JSFiddle - React, Tailwind, and code Playground

by tymeJV

HTML

<input id="net" type="text"/>

JavaScript

var net = "9";

net = +net + 1;

//alert(net);

$("#net").val(net);