JSFiddle - React, Tailwind, and code Playground
HTML
<p>
<input type="checkbox" id="test" />
<label for="test">Test</label>
</p>
CSS
p {
overflow: hidden;
text-overflow: ellipsis;
}
<p>
<input type="checkbox" id="test" />
<label for="test">Test</label>
</p>
p {
overflow: hidden;
text-overflow: ellipsis;
}