JSFiddle - React, Tailwind, and code Playground

by tonkec palonkec

HTML

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Checkboxes</title>
</head>
<body>
  <form action="">
    <h1>Učimo element forme</h1>
    <input type="checkbox"> Checkbox
    <input type="checkbox"> Email input
    <input type="checkbox"> Tekstualni input
    <input type="checkbox"> Input za lozinku
    <input type="checkbox"> Input za datume
  </form>
</body>
</html>