JSFiddle - React, Tailwind, and code Playground

HTML

<fieldset>
  <legend>title</legend>
  
  message
</fieldset>

CSS

fieldset {border: 1px solid #cccccc; padding: 10px}