JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

HTML

<div>
  <lable>1st Number :</lable>
  <input type="text"/>
</div>
<div>
  <lable>2nd Number:</lable>
  <input type="text"/>
</div>
<input type="button" id="mul" value="Multiply"/>