JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.css">

   <div class="row justify-content-md-center">
 <div class="col-6">
 
     <div class="nauk-info-connections text-center" style="border: 1px red solid">
      Text here2
        <span>span text </span>
     </div>
 </div>
 </div>