JSFiddle - React, Tailwind, and code Playground

by Brodingo

HTML

<input id="one" value="4">
<input id="two">

JavaScript

$('#two').val($('#one').val() * 4);