JSFiddle - React, Tailwind, and code Playground
by igalst
HTML
<div>foo</div>
CSS
div {
background: #fed;
color: red;
width: 100px;
padding: 30px 15px ;
margin: 60px;
border: solid 10px red;
}
by igalst
<div>foo</div>
div {
background: #fed;
color: red;
width: 100px;
padding: 30px 15px ;
margin: 60px;
border: solid 10px red;
}