JSFiddle - React, Tailwind, and code Playground

by Naeel Maqsudov

HTML

<!--implicit tags-->
<p>1111<p>2222</p>3333</p>

<table border="1">
    <colgroup width="150">
    <colgroup width="180">
    <thead>
    <tr><th>qweqwe1<th>qweqwe1
    <tbody>
    <tr><td>qweqwe11<td>qweqwe12
    <tr><td>qweqwe21<td>qweqwe22
    <tfoot>
    <tr><td>qweqwe31<td>qweqwe32
</table>

CSS

p{
    font-family:Arial;
}
#x {
    font-size:10px;
}