JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Atributi na formi</title>
</head>
<body>
  <form action="/action_page.php" method="POST">
    <input type="text" placeholder="Tvoje ime">
    <input type="text" placeholder="Tvoj mail">
    <input type="submit" value="Posalji">
  </form>
</body>
</html>