JSFiddle - React, Tailwind, and code Playground

by Kalu Singh Rao

HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div>
<table>
<tr>
<td>
<img src="http://www.readingcricketclub.com/wp-content/themes/readingcricketclub/images/logo.png" alt="RCC"/>
</td>
</tr>
<tr>
<td>
<div>
<p class="header">Welcome to the Reading CC Registration Form</p>
</div>
</td>
</tr>
<tr>
<td>
<img src="http://www.readingcricketclub.com/wp-content/themes/readingcricketclub/images/logo.png" alt="RCC"/>
</td>
</tr>
</table>
</div>
</body>
</html>