JSFiddle - React, Tailwind, and code Playground

by Bezzzo

HTML

<p id="whatsNew"><i>&nbsp;&nbsp;What's new !&nbsp;&nbsp;</i></p>

CSS

#whatsNew {
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 240%;
  margin-left: 35px;
  border-style: dashed;
  border-width: 1px;
  margin-top: 15px;
  font-variant:small-caps;
  
}