JSFiddle - React, Tailwind, and code Playground
HTML
<h1>Hello JSFiddle!</h1>
<p>
My name is Boubisto
</p>
CSS
body {
font-family: helvetica, sans-serif;
}
h1 {
color: #800020;
}
p {
color: #1E1E1E;
}
<h1>Hello JSFiddle!</h1>
<p>
My name is Boubisto
</p>
body {
font-family: helvetica, sans-serif;
}
h1 {
color: #800020;
}
p {
color: #1E1E1E;
}