JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body>
<form action = "?redirect.html" method = "post" target = "axe">
<input type = "text" name = "username" />
<input type = "password" name = "pwd"/>
<input type = "submit">
</form>
<iframe id = "axe" name = "axe"/>
</body>
</html>