JSFiddle - React, Tailwind, and code Playground
by mackry
HTML
<div id="hi">
<b>SPUNJKY</b>
<p>
HELLO
</p>
</div>
CSS
#hi {
background: blue;
position: absolute;
left: 0;
top: 100px;
padding-right: 10px;
}
b {
background: red;
float: left;
}
#hi > p {
background: green;
width: 1px;
overflow: hidden;
position: absolute;
left: 10px
}