JSFiddle - React, Tailwind, and code Playground

HTML

<body>
  <p><iframe name="area" width="500" height="200"></iframe></p>
  <form action="google.com" target="area">
   <p><input placeholder="Введите текст" name="text">
   <p><input type="submit" value="Отправить"></p>
  </form>
 </body>