JSFiddle - React, Tailwind, and code Playground

by Mitch Canter

HTML

<div class="announcement">
<p>This is a block of text</p>
</div>

CSS

div.announcement{
border: 1px solid #ccc;
background: #aaa;
padding: 20px;
}