JSFiddle - React, Tailwind, and code Playground

by JamesKyle

JavaScript

var id = '47179826',
    url = 'http://vimeo.com/api/v2/video/' + id + '.json?callback=?',
    json = $.getJSON(url, function (data) {
        
    });