JSFiddle - React, Tailwind, and code Playground

by Trần Ngọc Minh

HTML

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

CSS

body {
    background-color: lightblue;
}

h1 {
    color: navy;
    margin-left: 20px;
}