JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://rawgit.com/HenrikJoreteg/Happy.js/master/happy.js"></script>
<form id='new_store'>
<input id="store_name" type="text" />
</form>
CoffeeScript
$("#new_store").isHappy fields:
"#store_name":
required: true
message: "There really needs to be a name here"