JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>текст 1</p>
    <p>текст 2</p>
</div>

CSS

div{
    width: 500px;
    font-size:0;
}
p{
    width: 250px;
    height: 30px;
    background: red;
    display: inline-block;
    font-size:15px;
}