JSFiddle - React, Tailwind, and code Playground

by Yann Brelière

HTML

<p>
    <input type="checkbox" id="test" />
    <label for="test">Test</label>
</p>

CSS

p {
    overflow: hidden;
    text-overflow: ellipsis;
}