JSFiddle - React, Tailwind, and code Playground
by AlienWebguy
HTML
<input type='text' id='Customer.name' value='' />
JavaScript
$(function(){
$('input[id="Customer.name"]').val('hello world');
});
by AlienWebguy
<input type='text' id='Customer.name' value='' />
$(function(){
$('input[id="Customer.name"]').val('hello world');
});