JSFiddle - React, Tailwind, and code Playground

HTML

<div class="validate">Message here!</div>

<div class="validate no-message-here"></div>
<div><p>Just a paragraph give space</p></div>

<div class="validate">Another message!</div>

CSS

.validate:not(:empty)
 {
   color:#ecf0f1;
   font-size:.9em;
   background-color:#e74c3c;
   padding:10px;
 }

JavaScript

adsfasdfasdf