JSFiddle - React, Tailwind, and code Playground

by axemclion

HTML

<html>
    <body>
        <form action = "http://google.com" 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>