JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://raw.githubusercontent.com/HenrikJoreteg/Happy.js/master/happy.js"></script>
<form id='new_store'>
    <input id="store_name" type="text" />
</form>

CoffeeScript

jQuery ->
    $(document).ready ->
        $("#new_store").isHappy fields:
            "#store_name":
              required: true
              message: "There really needs to be a name here"