JSFiddle - React, Tailwind, and code Playground

by Alex Rutherford

HTML

<div id="container">
    <fieldset class="box">
        <legend>Title</legend>CONTENT</fieldset>
    <fieldset class="box">
        <legend>Title</legend>CONTENT</fieldset>
    <fieldset class="box">
        <legend>Title</legend>CONTENT</fieldset>
</div>

CSS

.box {
    width: 200px;
    height: 200px;
    display: inline-block;
}