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 = "";