JSFiddle - React, Tailwind, and code Playground

by Leonardo Trimarchi

JavaScript

function ViewModel(){
var self = this;

self.availableCreditCards = ko.observableArray(['MasterCard', 'Visa', 'Amex', ])
}