JSFiddle - React, Tailwind, and code Playground

by Park Mino

HTML

<table>
				<caption>SK브로드밴드 구성원 전용 가입혜택</caption>
				<thead>
					<tr>
						<th scope="col" rowspan="2">구분</th>
						<th scope="col" colspan="5">요금할인</th>
						<th scope="col" rowspan="2">가입사은품</th>
					</tr>
					<tr>
						<th scope="col" colspan="2">인터넷</th>
						<th scope="col">B tv 프라임</th>
						<th scope="col">집전화</th>
						<th scope="col">합계</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td rowspan="2">인터넷+B tv+전화</td>
						<td>Giga인터넷 (500M)</td>
						<td>
							<del>25,300</del>16,500
						</td>
						<td>
							<del>22,000</del>->9,900 (55% 할인)
						</td>
						<td rowspan="2">1,100</td>
						<td>30,800</td>
					</tr>
					<tr>
						<td>광랜 (100M)</td>
						<td>
							<del>18,700</del>11,000
						</td>
						<td>27,500</td>
					</tr>
				</tbody>
			</table>