JSFiddle - React, Tailwind, and code Playground

by jay0727

HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p class="a">
만약에신청내용이너무길면어떻게되지??만약에신청내용이너무길면어떻게되지??만약에신청내용이너무길면어떻게되지??만약에신청내용이너무길면어떻게되지??만약에신청내용이너무길면어떻게되지??만약에신청내용이너무길면어떻게되지??
</p>
</body>
</html>

CSS

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