JSFiddle - React, Tailwind, and code Playground

by neonDog

JavaScript

console.log(JSON.stringify({"a":{label: 'Section', blockType: 'section', blockId: 1, children:{
                'd_2':{label: 'Team', blockType: 'team', blockId: 1, 
                    title: "Meet the team",
                    subtitle: "Creative team",
                    paragraph: "what does this paragraph usually say? I deleted it so now I have to write something new",
                    people: [{
                        image: "http://infinityflamesoft.com/html/halim-preview/assets/img/team/1.jpg",
                        name: "Test name",
                        social:[{
                            icon: "fab fa-youtube",
                            href: "https://youtube.com/"
                        },{
                            icon: "fab fa-skype",
                            href: "https://skype.com/"
                        }]
                    }, {
                        image: "http://infinityflamesoft.com/html/halim-preview/assets/img/team/2.jpg",
                        name: "John Smith",
                        description: "Sales",
                        social:[{
                            icon: "fab fa-twitter",
                            href: "https://twitter.com/"
                        },{
                            icon: "fab fa-facebook-f",
                            href: "https://facebook.com/"
                        }]
                    }, {
                        image: "http://infinityflamesoft.com/html/halim-preview/assets/img/team/3.jpg",
                        name: "John Smith",
                        description: "Social media",
                        social:[{
                            icon: "fab fa-vk",
                            href: "https://vk.com/"
                        },{
                            icon: "fab fa-facebook-f",
                            href: "https://facebook.com/"
                        }]
                    }, {
                        image:...