JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://www.simplefadeslideshow.com/wp-content/themes/simplefadeslideshow_com/js/fadeSlideShow.js"></script>
{  
  "title": "This Is What You Came For",  
  "author": "Calvin Harris",  
  "cover": "files/covers/2.jpg",  
  "background": "files/backgrounds/2.jpg",  
  "pfile": "files/music/2.mp3",  
  "duration": "221"  
},

JavaScript

$(document).ready(function () {
    $('#slideshow').fadeSlideShow();
});