JSFiddle - React, Tailwind, and code Playground

by mazlix

HTML

<!DOCTYPE html>  
  
<html lang="en">  
<head>  
    <meta charset="utf-8">  
    <title>untitled</title>  
</head>  
<body>  
    <form action="" method="get">  
        <label for="email">Email:</label>  
        <input id="email" name="email" type="email" placeholder="[email protected]" />  
  
        <button type="submit"> Submit Form </button>  
    </form>  
</body>  
</html>