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 cellpadding = 5 sellspacing = 5>
<tr>
  <th style = "background-color:black">Left column</th>
  <th style = "background-color:black">Middle column</th>
  <th style = "background-color:black">Right column</th>
</tr>



<tr>
<td style = "background-color:black" width =150 valign = "top">Left column</td>
<td style = "background-color:black" valign = "top">Middle column</td> 
<td style = "background-color:black" width =150 valign = "top">Right column</td>
</tr>
</table>


   
   </body>