JSFiddle - React, Tailwind, and code Playground

by ibasoglu

HTML

<h1>Başlık</h1>
<p>Bu bir paragraftır.</p>

CSS

* {
    color: red;
}