JSFiddle - React, Tailwind, and code Playground

by Vikram Deshmukh

HTML

<input name="invoice_price"  class="form-control" onblur="(this.value == 0) ? (this.value = '') : ''" />