JSFiddle - React, Tailwind, and code Playground by Maksim Hrynevich February 13, 2017 HTML <div class="td"> <div class="title main-color">test text</div> </div> <div class="td"> <div class="title main-color">test text is bigger now and goes outside of div and dont appears</div> </div> CSS .main-color { opacity: 0.6; background: #ffffff; } .title { height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; width: 470px; border-radius: 20px; float: left; line-height: 30px; font-size: 26px; } .td { margin: 60px 0; height: 100px; width: 100%; }