JSFiddle - React, Tailwind, and code Playground
HTML
<input id="txtYourName" type="text" value="Anonymous" name="txtYourName"></input>
JavaScript
document.getElementById('txtYourName').placeholder ='Your name';
document.getElementById('txtYourName').value = "";