JSFiddle - React, Tailwind, and code Playground
HTML
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
CSS
body {
background-color: linen;
}
h1 {
color: maroon;
margin-left: 40px;
}
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
body {
background-color: linen;
}
h1 {
color: maroon;
margin-left: 40px;
}