JSFiddle - React, Tailwind, and code Playground

by totoromaum

HTML

<!DOCTYPE html>
  <title> Our awesome website</title>
   <body>
   <h1 style = "color:#00FAF6; background-color: black; text-align:center; font-family:Impact"><u> Our awesome website!</u></h1>  

<table border = "1" width = "95%" align = center>
<tr>
<td>Left column</td>
  <td>Middle column</td> 
  <td>Right column</td>
</tr>
</table>


   
   </body>