JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<input type="text" placeholder="Please type product name" value="">

JavaScript

setTimeout( function() {
  $('input').attr('value', '123')
}, 2000)