JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Boolean attributes</title>
</head>
<body>
  <form action="">
    <input type="text" required placeholder="Obavezno polje">
    <input type="submit">
  </form>
</body>
</html>