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');
});