JSFiddle - React, Tailwind, and code Playground

by Simon Boddy

HTML

<button id="vueRoot" type="button"         
    :class="search.category != 'all' ? 'btn-default':''"
 >
    Cobber
</button>

JavaScript

vm = new Vue({
el : "#vueRoot",
data : { search : {category : 'allf'}} 
})