JSFiddle - React, Tailwind, and code Playground
by totoromaum
HTML
<!DOCTYPE html>
<title> Our awesome website</title>
<body style = "background-color:black">
<h1 style = "color:red; background-color:black; text-align:center; font-family:Impact"><u> Our awesome website!</u></h1>
<table style = "background-color:#ffffff; color:red;font-family:courier" width = "99%" align = center>
<tr>
<th style = "background-color:black">about</th>
<th style = "background-color:black">blog</th>
<th style = "background-color:black">social media</th>
</tr>
<tr>
<td style = "background-color:black" width =150 valign = "top">
</td>
<td style = "background-color:black" valign = "top">Middle content</td>
<td style = "background-color:black" width =150 valign = "top">Right content</td>
</tr>
</table>
</body>