JSFiddle - React, Tailwind, and code Playground

JavaScript

var srv = {"id":"16","value":"arun"};

jQuery.each(srv.services.split(","), function(i, v) {
    alert(console.log( v ));
});