JSFiddle - React, Tailwind, and code Playground
by mariomc
HTML
<link rel="stylesheet" href="http://cdn.ink.sapo.pt/2.2.1/css/ink-min.css">
<div class="ink-alert block error">
<h4>The badge is there -> <span class="ink-badge black push-right">0</span>
</h4>
<ul>
<li>Do not panic</li>
<li>Do not call our service line</li>
<li>Breathe deep and wait an hour</li>
</ul>
</div>
CSS
/* Uncomment this to fix the issue
.ink-badge {
height: auto;
}
*/