JSFiddle - React, Tailwind, and code Playground

by Rupesh Kokal

HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1">
    <title>My Report </title>
    <style type="text/css">
        
        
        .resultContainerDiv
        {
            width:100%;
            overflow:auto;        
        }
      
        
        /*GridView Tables*/
        .resultGridTable
        {
            table-layout: fixed; /*Needed along with word wrap */
        }
        .resultGridTable th
        {
            background-color: #A7A7A6;
            color: #ffffff;
            padding: 2px 5px 2px 5px;
            font: bold 9pt Arial;
            border: 1px solid red;
            word-wrap: break-word;
        }
        
        .resultGridTable td
        {
            padding: 0px 5px 0px 5px;
            font: normal 9pt Arial;
            word-wrap: break-word;
            border: 1px solid blue;
        }
        
       
    </style>
</head>
<body>
    <form method="post" action="LocalTaxReport.aspx" id="form1">
    <div id="wrapper">
        <div id="container">
            <div id="centralContainer">
                <div id="mainContainer">
                    <div id="contentHolderDiv" class="contentHolderDiv">
                        <div id="resultContainer" class="resultContainerDiv">
                            <div id="gridDiv" class="gridTableBorder">
                                <div>
                                    <table class="resultGridTable" cellspacing="0" id="detailContentPlaceholder_grdLocalTaxReport"
                                        style="border-collapse: collapse;">
                                        <tr>
                                            <th scope="col">
                                                IsSummaryRow
                                            </th>
                                            <th scope="col">
                                                Associate
                                            </th>
                                          ...