JSFiddle - React, Tailwind, and code Playground

HTML

<input id="nbrpersonne1" type="text" />
<input id="nbrpersonne2" type="text" />
<input id="nbrpersonne3" type="text" />

JavaScript

$(function(){
$("[id^='nbrpersonne']").hide();
})