JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

HTML

<h1>
	Hola
</h1>

CSS

h1 {
	color: red;
	font-family: helvetica;
	font-weight: 100;
	text-align: center;
	font-size: 60px;
}