JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
</head>
<body>
<form>
	<input type="text" id="name1" required/>
    <input type="text" id="name2" required/>
    <input type="text" id="name3" required/>
    <input type="submit" value="Click me!"/>
</form>
    
</body>
</html>