JSFiddle - React, Tailwind, and code Playground

by wrxsti85

JavaScript

class R
{

	get() {
    	return {
        	hair: {
            	black: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
                brown: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
                blonde: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
                red: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                }
            },
            skin: {
            	lighttan: '',
                tan: '',
                darktan: '',
                dark: '',
            },
            eyes: {
            	black: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
                blue: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
                green: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
                brown: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
                },
            },
            brow: {
            	black: {
                	type1: '',
                    type2: '',
                    type3: '',
                    type4: '',
                    type5: '',
 ...