JSFiddle - React, Tailwind, and code Playground
by pedro_g_s
HTML
<html>
<head>
<meta charset="UTF-8"/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border-width: 0px;
-webkit-font-smoothing: auto;
}
#container {
position: absolute;
top: 0;
left: 0;
width: 361px;
height: 28px;
font-size: 24px;
}
</style>
</head>
<body>
<div id="container">
<span style="font-family: Helvetica; color: rgb(0, 0, 0); font-size: 24px;">hello how hhhh why did it extennd</span>
</div>
</body>