JSFiddle - React, Tailwind, and code Playground
by Josh Pullen
HTML
<div></div>
CSS
body {
background: #ff6600;
}
div {
width: 100px;
height: 100px;
background: yellow;
}
by Josh Pullen
<div></div>
body {
background: #ff6600;
}
div {
width: 100px;
height: 100px;
background: yellow;
}