JSFiddle - React, Tailwind, and code Playground

by Daniel Hall

HTML

<div id="body"><p>
good morning Josh!
I see you that this is coded
so you know Javascrirt and HTML
so today you learn about css!
so I to go to the css
pane type in body {
   background-color: red;
}
</p></div>

CSS

body {
  background-color:  #000000;
}
body {
    font-family: "Comic Sans MS";
}
p {
    text-size: 2px;
    color: green;
}
body {
     background-color: red;
}