JSFiddle - React, Tailwind, and code Playground

by Ahmad Baktash Hayeri

JavaScript

$(function(){
	var dom = $('<div data-dom ="{id: 90, nj: \'980\'}"></div>');
    
    var ndom = $(dom).clone();
    console.log(ndom);
});