JSFiddle - React, Tailwind, and code Playground
by Karan1412
HTML
<body>
<div id="div1">
<p>This is content of div1.</p>
</div>
<div id="div2">
<p>This is content of div2.</p>
</div>
</body>
CSS
div
{
font-family:comic sans ms;
color:green;
display:block;
border-style:ridge;
background-color:orange;
}