JSFiddle - React, Tailwind, and code Playground

by raghavendram040

HTML

<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<form>
    <fieldset>
	<legend>&nbsp;&nbsp;&nbsp;Menu</legend>
    <table id="tab">
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        <tr>
            <td>abc</td>
        </tr>
        </table>
    </fieldset>
</form>

CSS

form{
/* margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px; */ 
border: 1px #6A6A45 solid;
border-radius:6px;
height: 200px;
overflow: auto;
 background-color:#efefef ;
 margin-bottom: 17px;

}

#tab{ overflow: auto;}