JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<title>API Document</title>
<xmp theme="united" style="display:none;">
#API Document
## BasePath: http://localhost:port/rest
## Api Version: 1.0.0
## Resources
### 1. /first
#### Overview
#### 1. `/`
##### 1..1 foo1
**POST** `/`
foo1 operation
###### URL
http://localhost:port/rest/
###### Parameters
- body
<table border="1">
<tr>
<th>Parameter</th>
<th>Required</th>
<th>Description</th>
<th>Data Type</th>
</tr>
<tr>
<th>body</th>
<td>false</td>
<td></td>
<td><a href="#Input">Input</a></td>
</tr>
</table>
###### Response
[](#)
###### Errors
<table border="1">
<tr>
<th>Status Code</th>
<th>Reason</th>
</tr>
</table>
- - -
##### 1..2 bar1
**GET** `/`
bar1 operation
###### URL
http://localhost:port/rest/
###### Parameters
###### Response
[betlista.tests.swagger.model.Output](#betlista.tests.swagger.model.Output)
###### Errors
<table border="1">
<tr>
<th>Status Code</th>
<th>Reason</th>
</tr>
</table>
- - -
### 2. /second
#### Overview
#### 2. `/`
##### 2..1 foo2
**POST** `/`
foo2 operation
###### URL
http://localhost:port/rest/
###### Parameters
- body
<table border="1">
<tr>
<th>Parameter</th>
<th>Required</th>
<th>Description</th>
<th>Data Type</th>
</tr>
<tr>
<th>body</th>
<td>false</td>
<td></td>
<td><a href="#Input">Input</a></td>
</tr>
</table>
###### Response
[](#)
###### Errors
<table border="1">
<tr>
<th>Status Code</th>
<th>Reason</th>
</tr>
</table>
- - -
##### 2..2 bar2
**GET** `/`
bar2 operation
###### URL
http://localhost:port/rest/
###### Parameters
######...