JSFiddle - React, Tailwind, and code Playground

by huskydawgs

HTML

<div class="home-alert-textbox">
    <p class="rtecenter"><strong>What's New</strong>: <a href="http://en.wikipedia.org/wiki/Oranges" target="_blank">Oranges</a> and <a href="http://en.wikipedia.org/wiki/Banana" target="_blank">Bananas</a></p>
</div>

CSS

.home-alert-textbox {
    padding: 8px 8px;
    background-color: #F1F1F1;
    margin: 0 0 25px 0;
}