JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    <input type="text" id='tx' value="test" />
</form>

JavaScript

document.getElementById('tx').type = 'password';