JSFiddle - React, Tailwind, and code Playground
HTML
<input type = "text" id = "nombrePropio" />
<input type = "text" id = "nombreParticular" />
<input type = "text" id = "pronombre" />
<input type = "text" id = "pronombreVisual" />
CSS
input{
display: block;
}
JavaScript
$("[id*=nombre]").val("Hola Mundo");