JSFiddle - React, Tailwind, and code Playground

by Dale Howard

Vue

new Vue({
  el: '#exercise',
  data: {

  },
  methods: {
    startEffect: function() {
    
    }
  }
});