JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.23/css/dataTables.bootstrap4.min.css">
<script src="https://cdn.datatables.net/1.10.23/js/dataTables.bootstrap4.min.js"></script>
<script src="https://cdn.datatables.net/1.10.23/js/jquery.dataTables.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
	<title>Table</title>
    <!-- <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css"> 
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://cdn.datatables.net/1.10.23/css/dataTables.bootstrap.min.css"> -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css">
    <link rel="stylesheet" href="https://cdn.datatables.net/1.10.23/css/dataTables.bootstrap4.min.css">

</head>
<body>

<table id="example" class="table table-striped table-bordered" style="width:100%">
        <thead>
            <tr>
                <th rowspan="4" style="text-align: center">име/секция</th>
                <th rowspan="4" style="text-align: center">етаж</th>
                <th rowspan="4" style="text-align: center">Апартамент</th>
                <th rowspan="3" colspan="1" style="text-align: center">Застроена площ (ЗП)</th>
                <th rowspan="3" colspan="1" style="text-align: center">ЗП с общи части</th>
                <th rowspan="3" colspan="1" style="text-align: center">Тип апартамент</th>
                <th rowspan="1" colspan="5" style="text-align: center">Схема на плащане</th>
                <th rowspan="3" colspan="1" style="text-align: center">Статус</th>
            </tr>
            <tr>
            	<th rowspan="1" colspan="5" style="text-align: center">Договор /Акт 14/Акт 15/ Разрешение за ползване(РП)</th>
 ...