JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<div class="tooltipStyle">xdfgsdfgsdfg</div>
CSS
.tooltipStyle:hover:after {
overflow: visible;
position: absolute;
content: "ddddddddddddddddddddddddddddddddddddddddddddd";
font-size: 16px;
background: rgba(5,13,156,.55);
color: #fff;
left: 80px;
}