JSFiddle - React, Tailwind, and code Playground

HTML

<div class="plashka">
                        	<h1>Download this app</h1>
                            <p>Visite our facebook
								Why? For the glory of SATANE of course!
								Workers everywhere should have the right to safe and ethical working conditions. They should also have access to educational oppor Visite our facebook
								Why? For the glory of SATANE of course!
								Workers everywhere should have the right to safe and ethical working conditions. They should also have access to educational oppor Visite our facebook
								Why? For the glory of SATANE of course!
								Workers everywhere should have the right to safe and ethical working conditions. They should also have access to educational oppor</p>
</div>

CSS

.plashka {
	width:440px;
	min-height:110px;
	border:1px #ebebeb solid;
	border-radius:10px; 
}
.plashka h1 {
    font-size:30px;
}
.plashka p {
    margin-top:20px;
}