JSFiddle - React, Tailwind, and code Playground
by core972
HTML
<div id="container">
<span class="title">STOMAProtect® BIO</span>
<span class="indication">Indication(s) : Brûlures d’estomac, remontées acides, reflux</span>
</div>
CSS
#container {
display: flex;
}
.title {
font-size: 2.5rem;
color: #888;
white-space: nowrap;
}
.indication {
color: #333;
margin-left: 1rem;
}