JSFiddle - React, Tailwind, and code Playground
by shriek
HTML
<p data-bind="text:test">
JavaScript
vm = function(y){
this.test = y;
}
ko.applyBindings(vm);
var x = new vm("sdf");
by shriek
<p data-bind="text:test">
vm = function(y){
this.test = y;
}
ko.applyBindings(vm);
var x = new vm("sdf");