JSFiddle - React, Tailwind, and code Playground

by nkovacs

HTML

<script src="https://rawgit.com/yyx990803/vue/master/dist/vue.js"></script>
<p>1{{1 | pluralize 's t' 'n d' 'r d' 't h'}}</p>
<p>2{{2 | pluralize 's t' 'n d' 'r d' 't h'}}</p>
<p>3{{3 | pluralize 's t' 'n d' 'r d' 't h'}}</p>
<p>4{{4 | pluralize 's t' 'n d' 'r d' 't h'}}</p>
<p>5{{5 | pluralize 's t' 'n d' 'r d' 't h'}}</p>

JavaScript

new Vue({
    el: 'body',
    data: {
    },
    methods: {
    }
})