JSFiddle - React, Tailwind, and code Playground

by Emre Erkan

HTML

<input type="password" id="rpassword" value="test" onmouseover="$('#passwordhelp').text('Please type your password');$('#rpassword').prop('type', 'text');" onmouseout="$('#passwordhelp').text('');$('#rpassword').prop('type', 'password')" />
<div id="passwordhelp"></div>