first snippets
.wrap { padding: 10px; } .text { font-weight: bold; }
<div class="wrap"> <p class="text">テスト</p> </div>