JSFiddle - React, Tailwind, and code Playground

by Amando Filipe

JavaScript

var data = 
    {
        "info":[
            {"title":"Info"},
            {"name":"Amando Filipe"}, 
            {"dob":"23/12/1992"},
            {"site":"http://amando-filipe.com"},
            {"email":"[email protected]"},
            {"phone":"+351 911 753 568"}
        ],
        "about":[
            {"title":"About Me"},
            {"text":"<p>My name is <strong>Amando Filipe</strong>, I was born on the <strong>23rd of December of 1992</strong>, in                     <strong>Faro, Portugal.</strong></p><p>I\'m a self-taught Web Designer and Developer, my first contact with programming was with hardware in C and Assembly for my robotics projects, and later moved onto Web and Mobile App Development.</p><p>I use:</p><ul><li><a href=\"http://www.tizag.com/\" target=\"_blank\">tizag.com</a></li><li><a href=\"http://www.w3schools.com/\" target=\"_blank\">w3schools.com</a></li><li><a href=\"http://www.codecademy.com/\" target=\"_blank\">codecademy.com</a></li><li><a href=\"https://developer.mozilla.org\" target=\"_blank\">developer.mozilla.org</a></li><li><a href=\"http://php.net\" target=\"_blank\">php.net</a></li><li><a href=\"https://djangoproject.com\" target=\"_blank\">djangoproject.com</a> </li></ul><p>as references for my ongoing learning process.</p><p>I started doing freelance work in 2010 and since then I've worked in-house for Rightcolors, Worklovers, Niobo, and Portugal Telecom.</p>"
            }
        ],
        "develop":[
            {"title":"I Develop"},
            {"text":"<p></p><ul><li>Accessible, pixel-perfect, responsive designs that simply work no matter the screen size.</li><li>High performance scalable mobile and web Applications.</li><li>Ecommerce solutions.</li><li>Social network presence stimulation solutions.</li><li>Facebook applications.</li><li>SEO strategies.</li></ul>"}
        ],
        "skills":[
            {"title":"Skills"},
            {
                "skill_list":[
                    
                ]
   ...