JSFiddle - React, Tailwind, and code Playground

by steadily

JavaScript

{
    "quote": {
        "policy_type": "DP3",
        "effective_date": "2022-08-01",
        "payment": {
            "schedule": "full"
        },
        "policy_coverages": [
            {
                "name": "medical_payments",
                "config": [
                    {
                        "type": "selected",
                        "value": "yes"
                    },
                    {
                        "type": "limit_deductible",
                        "value": "500/25000"
                    }
                ]
            }
        ],
        "primary_insured": {
            "first_name": "John",
            "last_name": "Doe",
            "suffix": "Jr",
            "company_name": "ABC Company",
            "email": "[email protected]",
            "date_of_birth": "1980-01-01",
            "phone_number": "888-888-8888",
            "mailing_address": {
                "street_address": "123 Main St",
                "city": "Lancaster",
                "state": "OH",
                "zip_code": "43130"
            }
        },
        "additional_insured": [
            {
                "type": "mortgagee",
                "name": "DEF Lending, LLC",
                "loan_number": "234234",
                "address": {
                    "street_address": "876 Main St",
                    "city": "Lancaster",
                    "state": "OH",
                    "zip_code": "43130"
                }
            },
            {
                "type": "mortgagee",
                "name": "HEB Lending, LLC",
                "loan_number": "4234",
                "address": {
                    "street_address": "876 Main St",
                    "city": "Lancaster",
                    "state": "OH",
                    "zip_code": "43130"
                }
            }
        ],
        "policy_details": {
            "is_paperless": "yes",
            "occupancy": "rental",
            "similar_insurance_declined":...