JSFiddle - React, Tailwind, and code Playground
by gurghet
HTML
<script src="https://npmcdn.com/vue@next/dist/vue.js"></script>
<div id="app">
<ul>
<li v-for="n in 10">🐖 {{11 - n}} pigs are tanning at the beach. One got fried, and
</ul>
</div>
CSS
ul {
list-style-type: none
}
JavaScript
new Vue({el:'#app'})