JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input type="text" id='tx' value="test" />
</form>
JavaScript
document.getElementById('tx').type = 'password';
<form>
<input type="text" id='tx' value="test" />
</form>
document.getElementById('tx').type = 'password';