JSFiddle - React, Tailwind, and code Playground

by dswitzer

HTML

<style>


        table.cfdump_wddx,
        table.cfdump_xml,
        table.cfdump_struct,
        table.cfdump_varundefined,
        table.cfdump_array,
        table.cfdump_query,
        table.cfdump_cfc,
        table.cfdump_object,
        table.cfdump_binary,
        table.cfdump_udf,
        table.cfdump_udfbody,
        table.cfdump_udfarguments {
                font-size: xx-small;
                font-family: verdana, arial, helvetica, sans-serif;
                cell-spacing: 2px;
        }

        table.cfdump_wddx th,
        table.cfdump_xml th,
        table.cfdump_struct th,
        table.cfdump_varundefined th,
        table.cfdump_array th,
        table.cfdump_query th,
        table.cfdump_cfc th,
        table.cfdump_object th,
        table.cfdump_binary th,
        table.cfdump_udf th,
        table.cfdump_udfbody th,
        table.cfdump_udfarguments th {
                text-align: left;
                color: white;
                padding: 5px;
        }

        table.cfdump_wddx td,
        table.cfdump_xml td,
        table.cfdump_struct td,
        table.cfdump_varundefined  td,
        table.cfdump_array td,
        table.cfdump_query td,
        table.cfdump_cfc td,
        table.cfdump_object td,
        table.cfdump_binary td,
        table.cfdump_udf td,
        table.cfdump_udfbody td,
        table.cfdump_udfarguments td {
                padding: 3px;
                background-color: #ffffff;
                vertical-align : top;
        }

        table.cfdump_wddx {
                background-color: #000000;
        }
        table.cfdump_wddx th.wddx {
                background-color: #444444;
        }


        table.cfdump_xml {
                background-color: #888888;
        }
        table.cfdump_xml th.xml {
                background-color: #aaaaaa;
        }
        table.cfdump_xml td.xml {
                background-color: #dddddd;
        }

        table.cfdump_struct {
               ...