JSFiddle - React, Tailwind, and code Playground

by daclouds

HTML

<p>
    무궁화꽃이피었습니다
</p>

CSS

p {
    white-space: nowrap;
    
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}