JSFiddle - React, Tailwind, and code Playground

by jteve code

HTML

<!-- index.html -->	
<body>
  <div class="page">
    <p> Hello JTEVE </p>
    <h5> CSS3 </h5>
  </div>
</body>

CSS

/* 
style.css
*/
body{
	font-family: arial, verdana, sans-serif;
	font-size : 200%
}