I’ve found this solution:
<?php if (is_home()) { ?>
YOUR TEXT
<?php } ?>
or to style it like your post
<?php if (is_home()) { ?>
<div class=post>
<h2>Heading</h2>
YOUR TEXT
</div>
<?php } ?>
Just paste this code into index.html or home.php before posts.