JSFiddle - React, Tailwind, and code Playground

HTML

<label class="selection-confirm" title="some long tool-tip text goes here"><input type="radio" name="options" value="1" class="required selection-confirm" > Option1</label>

CSS

label[title]:hover:after {
    content: attr(title);
    border: 1px solid red;
}