JSFiddle - React, Tailwind, and code Playground

by neonDog

HTML

<h1>Title</h1>

<p>Welcome to my website</p>

<a href="#">This is a link</a>

CSS

* {
  font-family: Arial, Helvetica, sans-serif
}